summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* nixos: add services.printing.snmpConf optionBjørn Forsman2015-08-13
| | | | | | | | | | And set the default value to "Address @LOCAL". This change is needed to find printers at my workplace (with "lpinfo -v" or the "system-config-printer" GUI). Ubuntu 14.04 also has this as default. snmp.conf does not seem to be needed in restartTriggers, because it is not the cups daemon itself that reads it, but some helper programs that it spawns on demand.
* nixos: add support for Ubuntu Fan NetworkingCharles Strahan2015-08-13
| | | | | | | | | | | | | | This provides support for Ubuntu Fan Networking [1]. This includes: * The fanctl package, and a corresponding NixOS service. * iproute patches. * kernel patches. closes #9188 1: https://wiki.ubuntu.com/FanNetworking
* nixos/vbox: Move all options to virtualisation.*.aszlig2015-08-13
| | | | | | | | | | | | Commit 687caeb renamed services.virtualboxHost to programs.virtualbox, but according to the discussion on the commit, it's probably a better to put it into virtualisation.virtualbox instead. The discussion can be found here: https://github.com/NixOS/nixpkgs/commit/687caeb#commitcomment-12664978 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* gnome3: set desktopManagerHandlesLidAndPower to falseLuca Bruno2015-08-13
|
* Rename services.virtualboxHost -> programs.virtualboxEelco Dolstra2015-08-12
| | | | VirtualBox is an application, not a system service.
* scollector: Update from 20150506172827 to 0.3.0Rickard Nilsson2015-08-11
|
* i2p service: use mkEnableOptionJoachim Fasting2015-08-09
|
* Add initial Brightbox expression.Rob Vermaas2015-08-08
| | | | (cherry picked from commit 55d97862890350a3cc069d547114c1a880f2e583)
* Merge pull request #9150 from tomberek/gateone_setuplethalman2015-08-08
|\ | | | | gateone: Fix startup
| * Check for pidDir and createThomas Bereknyei2015-08-07
| |
* | kippo: fix check for pidPathThomas Bereknyei2015-08-07
|/
* Add auto update featureEelco Dolstra2015-08-07
| | | | | | | | You can now keep your system up to date automatically by setting: system.autoUpgrade.enable = true; Fixes #7369.
* Allow units to specify that they shouldn't be stopped when removedEelco Dolstra2015-08-07
|
* nixos/ISO profile: fix defaultLocales :-)Vladimír Čunát2015-08-06
| | | | https://github.com/NixOS/nixpkgs/commit/eb4a88d8fd2#commitcomment-12527102
* Unify NixOS and Nixpkgs channel structureEelco Dolstra2015-08-05
| | | | | | | | | | | | | | | | | | | | | | This is primarily to ensure that -I nixpkgs=https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz and -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz and -I nixpkgs=https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz behave consistently. It also allows installing packages via "nix-env -iA nixos.<pkg>" rather than "nixos.pkgs.<pkg>". It would be even better to allow "nixpkgs.<pkg>", but that requires a change to nix-channel. Fixes #7659.
* Remove some obsolete references to <nixos>Eelco Dolstra2015-08-05
|
* Update fallback Nix store pathsEelco Dolstra2015-08-05
|
* Remove /etc/nixos/nixpkgs from $NIX_PATHEelco Dolstra2015-08-05
| | | | | NixOS hasn't used /etc/nixos/nixpkgs for a long time, so it's time to get rid of it.
* nixos-install: Source the profile when running inside the chrootEelco Dolstra2015-08-05
|
* Add an option ‘nix.nixPath’ for specifying $NIX_PATHEelco Dolstra2015-08-05
|
* dnsmasq restarts if /etc/hosts file is changed by nixos-rebuildAnders Papitto2015-08-05
|
* nixos: freefall service: run ASAPTobias Geerinckx-Rice2015-08-04
|
* nixos/fontconfig: separate rendering and alias configurationThomas Tuegel2015-08-04
| | | | | | | Fixes #9110. Fontconfig recommends different precedence for rendering settings and generic alias settings. To comply with the recommendations, `98-nixos.conf` has been separated into `10-nixos-rendering.conf` and `60-nixos-generic-alias.conf`.
* cups-browsed: Only enable if avahi is enabledEelco Dolstra2015-08-04
| | | | | | This gets rid of systemd[1]: Cannot add dependency job for unit avahi-daemon.service, ignoring: Unit avahi-daemon.service failed to load: No such file or directory.
* Merge pull request #9061 from tomberek/add_gateoneArseniy Seroka2015-08-04
|\ | | | | GateOne: init at 1.2
| * GateOne: init at 1.2Thomas Bereknyei2015-08-03
| |
* | Merge branch 'vboxguest-sbin-removal'.aszlig2015-08-04
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes all references to .../sbin for the guest additions and also installs all binaries to .../bin instead (so no more .../sbin). The main motivation for doing this is commit 98cedb3 (which unfortunately had to be reverted in a9f2e10) and pull request #9063, where the latter is an initial effort to move mount.vboxsf to .../bin instead of .../sbin. The commit I made afterwards is finishing the removal of .../sbin entirely.
| * | vbox-guest: Remove all references to sbin/.aszlig2015-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using $storepath/sbin is deprecated according to commit 98cedb3, so let's avoid putting anything in .../sbin for the guest additions. This is a continuation of the initial commit done by @ctheune at 1fb1360, which unfortunately broke VM tests and only changed the path of the mount.vboxsf helper. With this commit, the VM test is fixed and I've also verified on my machine that it is indeed working again. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | nixos: Give virtualbox-host.nix a better location.aszlig2015-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 14f09e0, I've introduced the module under modules/programs, because the legacy virtualbox.nix was also under that path. But because we already have modules/virtualisation/virtualbox-guest.nix, it really makes sense to put this module alongside of it as well. This module thus has no change in functionality and I've tested evaluation against nixos/tests/virtualbox.nix and the manual. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | nixos: Fix manpages from 8c652379df07f88d6b434fe1042e9a9ba9078440William A. Kennington III2015-08-03
|/ /
* | nixos: gitit service, add all different repo initalizersEdward Tjörnhammar2015-08-03
| |
* | nixos: gitit service, use list of strings for pluginsEdward Tjörnhammar2015-08-03
| |
* | nixos: gitit service, use proper documentation formatting in examplesEdward Tjörnhammar2015-08-03
| |
* | nixos: gitit service, change yesNo to bool and add toYesNo from boolEdward Tjörnhammar2015-08-03
| |
* | bumblebee: remove redundant bash processNikolay Amiantov2015-08-03
|/
* dd-agent: if nginx and mongodb integrations are enabled, then disk and ↵Sander van der Burg2015-08-03
| | | | network settings are not gathered anymore. This fixes the problem
* Spelling etcEelco Dolstra2015-08-03
|
* dd-agent: Add support for MongoDB monitoringSander van der Burg2015-08-03
|
* Merge pull request #8036 from Profpatsch/locatelethalman2015-08-03
|\ | | | | locate: option includeStore
| * locate: option includeStoreProfpatsch2015-08-02
| |
* | tcsd module: adjust default value of kernelPCRsThomas Strobel2015-08-02
| |
* | Merge pull request #9072 from benley/shoutArseniy Seroka2015-08-02
|\ \ | | | | | | Shout: new package and nixos module
| * | shout service: New module.Benjamin Staffin2015-08-01
| | |
* | | Merge pull request #9077 from ts468/upstream.tcsdArseniy Seroka2015-08-02
|\ \ \ | |_|/ |/| | tcsd module: expose firmwarePCRs and kernelPCRs
| * | tcsd module: expose firmwarePCRs and kernelPCRsThomas Strobel2015-08-01
| | |
* | | Merge pull request #8833 from ts468/upstream.xents4682015-08-01
|\ \ \ | |_|/ |/| | xen: fixes (authored by michalpalka)
| * | xen: fixes (authored by michalpalka)Thomas Strobel2015-07-15
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Xen required a few changes in order to be usable: * Include xenfs module in initrd as loading it in the activation script was failing. * Include /etc/default/xendomains, which is needed by xen-domains service. * Create /var/log/xen and /var/lib/xen directories in the xen-store service, which are needed by the xl command. The directories could be created by any other script as long as they are guaranteed to exist before xl is called. * Fix a reference to /bin/ls in the xendomains script.
* | Merge branch 'quassel'Thomas Tuegel2015-07-30
|\ \
| * | Revert "nixos/quassel: Temporarily switch back to qt4 since qt5 tls in ↵Thomas Tuegel2015-07-30
| | | | | | | | | | | | | | | | | | quassel is broken" This reverts commit c61d048427719d6e0c131f58825331df0a9d4ccc.
* | | nixos: let's not forget types in the timezone moduleJan Malakhovski2015-07-31
| | |