summary refs log tree commit diff
path: root/nixos
Commit message (Collapse)AuthorAge
* nixos/bird: Fix doc compilationWilliam A. Kennington III2015-05-20
|
* nixos/lightdm: Some fixupsWilliam A. Kennington III2015-05-20
|
* Merge pull request #7860 from Lassulus/birdArseniy Seroka2015-05-21
|\ | | | | nixos: add bird module
| * nixos: add bird modulelassulus2015-05-19
| | | | | | | | patch bird to look in /var/run for birc.ctl
* | Document the nixpkgs-channels repoEelco Dolstra2015-05-20
| | | | | | | | | | This replaces update-channel-branches.sh with standard Git invocations.
* | nixos-checkout: Add nixpkgs-channels as a remoteEelco Dolstra2015-05-20
| | | | | | | | | | | | | | | | This way, you can do things like git checkout channels/nixos-14.12 to get the latest tested and built version of NixOS.
* | azure-image: common: add sg3_utilsEvgeny Egorochkin2015-05-20
| |
* | azure-image: fix, split into bootstrap and regular configurationsEvgeny Egorochkin2015-05-20
| | | | | | | | | | Conflicts: nixos/modules/virtualisation/azure-image.nix
* | nixos/libvirtd: remove --verbose flagBjørn Forsman2015-05-20
| | | | | | | | | | | | | | | | | | | | | | | | Because it spams the log: .libvirtd-wrapp[1950]: OBJECT_UNREF: obj=0x7f5d900b4200 .libvirtd-wrapp[1950]: EVENT_POLL_UPDATE_HANDLE: watch=874 events=13 .libvirtd-wrapp[1950]: OBJECT_UNREF: obj=0x7f5d900b4200 .libvirtd-wrapp[1950]: EVENT_POLL_RUN: nhandles=24 timeout=-1 .libvirtd-wrapp[1950]: EVENT_POLL_DISPATCH_HANDLE: watch=874 events=1 .libvirtd-wrapp[1950]: OBJECT_REF: obj=0x7f5d900b4200 .libvirtd-wrapp[1950]: [137B blob data]
* | nixos/libvirtd: add 'extraOptions' optionBjørn Forsman2015-05-20
| | | | | | | | | | And move the '--verbose' flag to extraOptions, so that users can easily disable it.
* | postgresql-backup: cleanupNikolay Amiantov2015-05-19
|/
* Drop GNOME 3.12Luca Bruno2015-05-18
|
* Update HPLIP to 3.15.4Thomas Tuegel2015-05-16
|
* Merge pull request #7829 from joamaki/vmware_guestArseniy Seroka2015-05-15
|\ | | | | VMWare guest support and open-vm-tools package
| * VMWare guest support and open-vm-tools packageJussi Maki2015-05-15
| |
* | Merge pull request #7842 from dezgeg/pr-nix-serveArseniy Seroka2015-05-14
|\ \ | | | | | | nix-serve: Add nixos module
| * | nix-serve: Add nixos moduleTuomas Tynkkynen2015-05-14
| | | | | | | | | | | | | | | This allows sharing the Nix store of the machine as a binary cache simply by setting 'services.nix-serve.enable = true'.
* | | cups: Second attempt to fix our printing tests; add more sleep statementsJascha Geerds2015-05-14
| | |
* | | Merge pull request #7794 from womfoo/kbdlightlethalman2015-05-14
|\ \ \ | | | | | | | | Add kbdlight package and setuid wrapper
| * | | Add kbdlight package and setuid wrapperKranium Gikos Mendoza2015-05-11
| | | | | | | | | | | | | | | | update nixos/modules/programs/kbdlight.nix to use mkEnableOption
* | | | Remove fixed uid in testsEelco Dolstra2015-05-13
| | | |
* | | | Ensure that nscd, sshd are created as system usersEelco Dolstra2015-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | c0f70b4694bb2be1c25ef0e23e3f11f9d718d162 removed the fixed uid assignment, but then it becomes necessary to set isSystemUser. http://hydra.nixos.org/build/22182588
* | | | postgresql-backup: use system postgresql packageNikolay Amiantov2015-05-13
| | | |
* | | | cups: First attempt to fix our printing tests; wait until cups is fully ↵Jascha Geerds2015-05-13
| |/ / |/| | | | | | | | initialized
* | | nixos/consul: Add shell for health checksWilliam A. Kennington III2015-05-11
| | |
* | | nixos/consul: Support a config directory for health checksWilliam A. Kennington III2015-05-11
| | |
* | | nixos/consul: Remove the joinNodes and joinRetries options as they are now ↵William A. Kennington III2015-05-11
| | | | | | | | | | | | built in consul options
* | | Merge pull request #7434 from Forkk/plex-media-serverArseniy Seroka2015-05-11
|\ \ \ | | | | | | | | plex: add support for managing plugins via Nix
| * | | plex: add support for managing plugins via NixForkk2015-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support for managing Plex plugins via Nix. This is done via an "extraPlugins" configuration option which takes a list of paths to plugin bundles, which are then symlinked into Plex's plugin directory when the service is started.
* | | | Apply some overrides to upstream systemd unitsEelco Dolstra2015-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the need for the following patches: https://github.com/edolstra/systemd/commit/9a6cade993f432b520d4a2f77d0a15e08abc4dfa https://github.com/edolstra/systemd/commit/9f7e832c901815d80d0ef38c3cbb68abb07fd914
* | | | Merge pull request #7788 from Lassulus/charybdisArseniy Seroka2015-05-11
|\ \ \ \ | | | | | | | | | | add charybdis nixos module
| * | | | add charybdis nixos modulelassulus2015-05-11
| | | | |
* | | | | Merge branch 'master' into stagingDomen Kožar2015-05-11
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: nixos/doc/manual/release-notes/rl-unstable.xml nixos/modules/services/printing/cupsd.nix pkgs/applications/misc/calibre/default.nix pkgs/development/haskell-modules/hackage-packages.nix pkgs/development/libraries/libsodium/default.nix pkgs/misc/emulators/wine/unstable.nix pkgs/top-level/all-packages.nix
| * | | | grsecurity: Update stable and test patchesRicardo M. Correia2015-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | stable: 3.1-3.14.41-201505072056 -> 3.1-3.14.41-201505101121 test: 3.1-4.0.2-201505072057 -> 3.1-4.0.2-201505101122
| * | | | mesos service: only pass --zk if quorum > 0Charles Strahan2015-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | The ZooKeeper URL is not necessary when using in-memory slave registration.
| * | | | mesos: fix indentation in service definitionCharles Strahan2015-05-10
| | | | |
| * | | | Revert "cups: Rename "browsing" config option to "advertise""Jascha Geerds2015-05-10
| | | | | | | | | | | | | | | | | | | | This reverts commit 48e65cec4ecd6bef08233460cf5ffedb023cc7c6.
| * | | | cups: Rename "browsing" config option to "advertise"Jascha Geerds2015-05-10
| | | | |
| * | | | cups: Add changelog for the upcoming NixOS releaseJascha Geerds2015-05-10
| | | | |
| * | | | cups: Add defaultShared, browsing and webInterace config optionJascha Geerds2015-05-10
| | | | |
| * | | | cups: Fix printing testsJascha Geerds2015-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems like there's an upstream bug in the "lpstat" command. We need to specify the server's port. Further information: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711327 [root@client:~]# lpstat -H /var/run/cups/cups.sock [root@client:~]# lpstat -h server -H /var/run/cups/cups.sock:631 [root@client:~]# CUPS_SERVER=server lpstat -H server:631 [root@client:~]# lpstat -h server:631 -H server:631
| * | | | cups: Remove deprecated config options from cupsd.confJascha Geerds2015-05-10
| | | | |
| * | | | cups: Use systemd files provided by CUPSJascha Geerds2015-05-10
| | |_|/ | |/| |
* | | | cups: Rename "browsing" config option to "advertise"Jascha Geerds2015-05-10
| | | |
* | | | cups: Add changelog for the upcoming NixOS releaseJascha Geerds2015-05-10
| | | |
* | | | cups: Add defaultShared, browsing and webInterace config optionJascha Geerds2015-05-10
| | | |
* | | | cups: Fix printing testsJascha Geerds2015-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems like there's an upstream bug in the "lpstat" command. We need to specify the server's port. Further information: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711327 [root@client:~]# lpstat -H /var/run/cups/cups.sock [root@client:~]# lpstat -h server -H /var/run/cups/cups.sock:631 [root@client:~]# CUPS_SERVER=server lpstat -H server:631 [root@client:~]# lpstat -h server:631 -H server:631
* | | | cups: Remove deprecated config options from cupsd.confJascha Geerds2015-05-10
| | | |
* | | | cups: Use systemd files provided by CUPSJascha Geerds2015-05-10
| | | |
* | | | Revert "Making nixos keep a ref to its stdenv"Lluís Batlle i Rossell2015-05-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d170c98d13a7b622c57c9b9f727a6bfec95a9181. niksnut argues that we need smaller system closures, not bigger. So users facing the trouble of getting gcc rebuilds after nix-collect-garbage for any minimal nixos configuration change should use other means of not losing the stdenv output. One way is to keep one somewhere: nix-build -A stdenv -o stdenv '<nixpkgs>'. Another may be to use nix.conf options like gc-keep-outputs, gc-keep-derivations or env-keep-derivations.