about summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* libinput service: add libinput to udev packagesNikolay Amiantov2016-07-18
| | | | See #17054
* plymouth service: stop splash screen before a failure promptNikolay Amiantov2016-07-18
|
* plymouth service: update root fs before stage 2Nikolay Amiantov2016-07-18
|
* plymouth service: style fixesNikolay Amiantov2016-07-18
|
* nixos stage-1: add custom pre failure dialog commandsNikolay Amiantov2016-07-18
|
* nixos/tests/installer.nix: add curl on host machineobadz2016-07-17
| | | | | add curl so that rather than seeing the test attempt to download curl's tarball, we see what it's trying to download.
* Revert "nixos/tests/installer: Fix matching LUKS prompt"Nikolay Amiantov2016-07-17
| | | | | | This reverts commit ec072cbc4c87edd4ece210121dba83abeff0a018. See also 193ab8be67ef941321e6b079db7e73b1d04cf9a8
* nixos/lightdm: support greeter-less auto loginBenno Fünfstück2016-07-17
| | | | | This adds configuration options for automatic login and disabling the greeter (this should avoid the dependency on gtk).
* nixos/sddm: options documentation improvementsBenno Fünfstück2016-07-17
|
* xsession: fix multiple arguments with logToJournalBenno Fünfstück2016-07-17
| | | | | | | | | KDM and LightDM (at least with autologin) call the xsession-script with two arguments: the first is the path of the xsession script itself, while the second one are the actual arguments. The line to re-exec the script under systemd-cat only forwarded a single argument, therefore breaking LightDM and KDM login. This commit fixes the issue by always forwarding all the arguments.
* Revert "nixos stage-1: try to quit plymouth if started on failure"Nikolay Amiantov2016-07-17
| | | | | | | | This reverts commit c69c76ca7efecba24aba555c2a03f933997d1fd5. This patch was messed up during a rebase -- the commit title doesn't match what it really does at all (it is actually a broken attempt to get LUKS passphrase prompts in Plymouth).
* nixos/tests/installer: Fix matching LUKS promptaszlig2016-07-17
| | | | | | | | | | | | | | | | The LUKS passphrase prompt has changed from "Enter passphrase" to "Enter LUKS Passphrase" in c69c76ca7efecba24aba555c2a03f933997d1fd5, so the OCR detection of the test fails indefinitely. Unfortunately, this doesn't fix the test because we have a real problem here: Enter LUKS Passphrase: killall: cryptsetup: no process killed Enter LUKS Passphrase: Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @abbradar
* nixos/compton: add user service (#16652)Michele Guerini Rocco2016-07-17
|
* Merge pull request #16889 from grahamc/sysstatFrederik Rietdijk2016-07-16
|\ | | | | sysstat: Create systemd service for historical sar data
| * sysstat: Create systemd service for historical sar dataGraham Christensen2016-07-12
| | | | | | | | | | | | | | | | | | Every period, sa1 collects and stores data. Every 24 hours, sa2 aggregates the previous day's data in to a report. Timers and unit configurations were lifted from Fedora's default units.
* | nixos/kde5: add missing Plasma packagesThomas Tuegel2016-07-16
| |
* | nixos/kde5: install missing frameworksThomas Tuegel2016-07-16
| |
* | kinit: use a setuid wrapper for start_kdeinitThomas Tuegel2016-07-16
| |
* | 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
| | | | | | |