summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/kde5: disable setuid wrapper for kdeinitThomas Tuegel2016-07-16
| | | | | | We need to pass certain environment variables through the wrapper, but I don't know how to do that yet. The setuid-root feature serves only to hide kdeinit from the OOM killer, so this is not critical.
* nixos/kde5: fix paths to setuid programsThomas Tuegel2016-07-16
|
* Merge pull request #15848 from matthewbauer/packagekitJoachim F2016-07-16
|\ | | | | Add in PackageKit
| * gnome3.18: use packagekit bindings for gnome-softwareMatthew Bauer2016-07-05
| | | | | | | | | | | | - init gnome-software for gnome3 at 3.18.3 - list gnome-software as an "optional package" for gnome3 - enable packagekit service when gnome3 is enabled
| * packagekit: add latest from hughsie's github repoMatthew Bauer2016-07-05
| | | | | | | | | | | | | | | | - currently pulled in from Git until the next release of PackageKit has Nix support - also: add in a service module to start packagekit properly - nixos service can be enabled via services.packagekit.enable - packagekit requires nixunstable to build properly
* | Merge pull request #15840 from anderspapitto/pulse-jackJoachim F2016-07-16
|\ \ | | | | | | pulseaudio service: set DISPLAY
| * | unclutter: respect xserver.display variableAnders Papitto2016-07-05
| | |
| * | redshift: respect xserver.display variableAnders Papitto2016-07-05
| | |
| * | cgminer: respect xserver.display variableAnders Papitto2016-07-05
| | |
| * | pulseaudio: set DISPLAYAnders Papitto2016-07-05
| |/
* | Merge pull request #16686 from AndersonTorres/pekwmJoachim F2016-07-16
|\ \ | | | | | | pekwm: init at 0.1.17
| * | pekwm: init at 0.1.17AndersonTorres2016-07-09
| | |
* | | grsecurity module: tweak lockTunables option descriptionJoachim Fasting2016-07-16
| | |
* | | grsecurity module: grsecurity is not capitalized mid-sentenceJoachim Fasting2016-07-16
| | |
* | | grsecurity module: smarter container supportJoachim Fasting2016-07-16
| | | | | | | | | | | | Only set tunables required for container support if there are any containers.
* | | grsecurity module: enforce size overflows by defaultJoachim Fasting2016-07-16
| | | | | | | | | | | | | | | It is better to make this conditional on whether the configuration contains a known size overflow that could prevent the system from booting.
* | | Revert "fontconfig: fix etc priority"obadz2016-07-15
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1e53d4a7776acbf61f42c094c103652c8068ad64. Closes #16983 cc @vcunat @ericsagnes @dezgeg
* | | Merge pull request #15957 from mayflower/sonarr_upstreamRobin Gloster2016-07-15
|\ \ \ | | | | | | | | sonarr: init at 2.0.0.4146 + sonarr service
| * | | sonarr service: initial serviceTristan Helmich2016-07-15
| | | |
* | | | jenkins: move $out/{lib => webapps}/jenkins.warBjørn Forsman2016-07-15
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | As pointed out by @danbst, the tomcat NixOS module expects packages listed in services.tomcat.webapps to either be direct .war file paths or have .war files inside a "webapps" directory. Commit 4075c10a59af455db2012beb313453662f09dad0 ("jenkins: move .war file from $out to $out/lib/jenkins.war") broke jenkins + tomcat. Fix it by moving jenkins.war to $out/webapps/.
* | | jenkins: move .war file from $out to $out/lib/jenkins.warBjørn Forsman2016-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #14137, also known as: $ nix-shell -p jenkins bash: source: /nix/store/ln1yw6c2v8bb2cjqfr1z5aqcssw054wa-jenkins-2.3: cannot execute binary file [nix-shell exited with error] The problem is that jenkins.war is not installed inside the directory $out, but rather _as the file_ $out. Fix it by moving the file to $out/lib/jenkins.war. While at it, move buildCommand so that the "meta" section is at the end of the expression (standard style), and quote shell variables.
* | | Merge pull request #16967 from davidak/caddy-fixFrederik Rietdijk2016-07-15
|\ \ \ | | | | | | | | caddy service: fix nix store output path
| * | | caddy service: fix nix store output pathdavidak2016-07-14
| | | | | | | | | | | | | | | | systemd[11376]: caddy.service: Failed at step EXEC spawning /nix/store/ghpcwj6paccc92l1gk7ykb6gf2i2w6fi-go1.6-caddy-0.8.3/bin/caddy: No such file or directory
* | | | Add some more info to the nixos-version manpageEelco Dolstra2016-07-15
| | | |
* | | | gnome3: enable X libinput by defaultLuca Bruno2016-07-14
|/ / / | | | | | | | | | See https://bugzilla.gnome.org/show_bug.cgi?id=764257#c12
* | | Merge branch 'staging'Vladimír Čunát2016-07-14
|\ \ \ | | | | | | | | | | | | Includes security fixes in gd and libarchive.
| * \ \ Merge branch 'early-kbd' into stagingNikolay Amiantov2016-07-13
| |\ \ \
| | * | | kbd service: add support for early loading of fonts and keymapsNikolay Amiantov2016-07-08
| | | | |
| | * | | kbd service: add system-wise console resourcesNikolay Amiantov2016-07-08
| | | | |
| | * | | kbd service: drop a comment now when we do restart vconsole setupNikolay Amiantov2016-07-08
| | | | |
| * | | | Merge branch 'plymouth' into stagingNikolay Amiantov2016-07-13
| |\ \ \ \
| | * | | | nixos stage-1: try to quit plymouth if started on failureNikolay Amiantov2016-07-12
| | | | | |
| | * | | | plymouth service: initNikolay Amiantov2016-07-12
| | | | | |
| | * | | | nixos stage-1: set extraUtils variableNikolay Amiantov2016-07-12
| | | | | |
| | * | | | nixos stage-1: replace udevadm in udevRulesNikolay Amiantov2016-07-12
| | | | | |
| | * | | | nixos stage-1: guard udevRules from extra referencesNikolay Amiantov2016-07-12
| | | | | |
| | * | | | nixos stage-1: recursively process binaries and librariesNikolay Amiantov2016-07-12
| | | | | |
| | * | | | nixos stage-1: unconditionally mount /dev/ptsNikolay Amiantov2016-07-12
| | |/ / /
| * | | | Merge branch 'master' into stagingVladimír Čunát2016-07-12
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Hydra nixpkgs: ?compare=1282763
| * | | | | fontconfig: fix etc priorityEric Sagnes2016-07-09
| | | | | |
| * | | | | Merge branch 'master' into stagingVladimír Čunát2016-07-09
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into stagingNikolay Amiantov2016-07-08
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'kbd-paths' into stagingNikolay Amiantov2016-07-08
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #16642
| | * | | | | | | kbd: split keymaps into kbdKeymapsNikolay Amiantov2016-07-08
| | | | | | | | |
| | * | | | | | | kbd service: add system-wise console resourcesNikolay Amiantov2016-07-08
| | | | | | | | |
| | * | | | | | | kbd service: drop a comment now when we do restart vconsole setupNikolay Amiantov2016-07-03
| | | | | | | | |
* | | | | | | | | ecryptfs: add test to release-combined.nixobadz2016-07-14
| | | | | | | | |
* | | | | | | | | ecryptfs: add test to release (#16910)obadz2016-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | Would have caught regression #16766
* | | | | | | | | nixos-version: fix syntax error and add -h (#16906)davidak2016-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nixos-version: fix syntax error * nixos-version: add -h parameter
* | | | | | | | | ecryptfs: test bug from #16766obadz2016-07-13
| | | | | | | | |