summary refs log tree commit diff
path: root/nixos/modules
Commit message (Collapse)AuthorAge
* wmii service: refactor to use wmii_hgKovacsics Robert (NixOS-SSD2)2015-09-03
|
* And next release is called Emu!Domen Kožar2015-09-03
| | | | http://img.gawkerassets.com/img/17qtp0agra45ajpg/original.jpg
* Create /var/log/journalEelco Dolstra2015-09-03
| | | | Fixes #9614.
* nixos: move left-behind allowUnfree commentTobias Geerinckx-Rice2015-09-03
|
* command-not-found: Fix nix-env invocationEelco Dolstra2015-09-02
|
* fixed syncthing service to work as expectedEnrico Fasoli2015-09-02
|
* command-not-found: Use attribute nameEelco Dolstra2015-09-02
|
* Rename users.extraUsers -> users.users, users.extraGroup -> users.groupsEelco Dolstra2015-09-02
| | | | The "extra" part hasn't made sense for years.
* If !cfg.mutableUsers, require a password or SSH authorized keyEelco Dolstra2015-09-02
| | | | Fixes https://github.com/NixOS/nixpkgs/issues/7308
* nixos: kill services.virtualboxGuest to fix #9600Vladimír Čunát2015-09-02
|
* `desktopManagerHandlesLidAndPower default `false`Profpatsch2015-09-01
| | | | | | | | | | | | Changes the option and explicitely sets it for each desktopManager. Reasoning: Currently, services.xserver.displayManager.desktopManagerHandlesLidAndPower is set to true by default. This creates a problem for users without desktop environments activated, since lid management simply doesn't work (and they have to be lucky to find this option). See issue #9671
* Fix NFSv4 testEelco Dolstra2015-09-01
| | | | http://hydra.nixos.org/build/25349071
* desktop and xmonad wrappers: preferLocalBuildVladimír Čunát2015-09-01
| | | | Also no substitution.
* Merge pull request #9103 from ts468/upstream.nginxts4682015-08-30
|\ | | | | reverse_proxy module: helper to run nginx as reverse proxy
| * reverse_proxy module: helper to run nginx as reverse proxyThomas Strobel2015-08-28
| |
* | goPackages: Split into multiple derivationsWilliam A. Kennington III2015-08-29
| | | | | | | | | | This should reduce the closure size for end users who only need go binaries as well as reduce the size of closures hydra builders consume.
* | Merge pull request #9528 from offlinehacker/nixos/openvswitch/startup_fixJaka Hudoklin2015-08-29
|\ \ | | | | | | openvswitch service: fix ipsec startup order
| * | openvswitch service: fix ipsec startup orderJaka Hudoklin2015-08-29
| | |
* | | Merge pull request #9527 from offlinehacker/nixos/kube/optionsJaka Hudoklin2015-08-29
|\ \ \ | | | | | | | | kubernetes service: add a few options
| * | | kubernetes service: add a few optionsJaka Hudoklin2015-08-29
| |/ /
* | | Merge pull request #7344 from joachifm/apparmor-pamJaka Hudoklin2015-08-29
|\ \ \ | | | | | | | | nixos: add AppArmor PAM support
| * | | nixos: add AppArmor PAM supportJoachim Fasting2015-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables attaching AppArmor profiles at the user/group level. This is not intended to be used directly, but as part of a role-based access control scheme. For now, profile attachment is 'session optional', but should be changed to 'required' once a more comprehensive solution is in place.
* | | | Revert "Apache service module: allow compression"Eelco Dolstra2015-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 164f6ff2a8485c1130cd710992a6084258cdad28 per https://github.com/NixOS/nixpkgs/pull/9407#issuecomment-134523359 (it's too site-specific). Furthermore this should be an option at the virtual host level.
* | | | nixos gdm: fix enable descriptionLuca Bruno2015-08-28
| |_|/ |/| |
* | | services.xserver.displayManager.gdm.autoLogin: add descriptionEdward Tjörnhammar2015-08-28
| | |
* | | nixos gdm: support autologinLuca Bruno2015-08-27
| | |
* | | programs.ssh.knownHosts: Use attribute nameEelco Dolstra2015-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows writing: programs.ssh.knownHosts."10.1.2.3".publicKey = "bar"; instead of programs.ssh.knownHosts = [ { hostNames = [ "10.1.2.3" ]; publicKey = "bar"; } ];
* | | programs.ssh.knownHosts: Use submoduleEelco Dolstra2015-08-27
| | |
* | | Rename services.openssh.knownHosts -> programs.ssh.knownHostsEelco Dolstra2015-08-27
| | | | | | | | | | | | This option configures the SSH client, not the server.
* | | containers: fix interfaces option bugsBoris Sukholitko2015-08-26
| | | | | | | | | | | | | | | The default should be [], no need to check it for INTERFACES variable.
* | | Merge pull request #9376 from rick68/softetherlethalman2015-08-26
|\ \ \ | | | | | | | | softether: support SoftEther VPN 4.18
| * | | softether: support SoftEther VPN 4.18Wei-Ming Yang2015-08-21
| | | |
* | | | Merge pull request #9383 from anderspapitto/masterlethalman2015-08-26
|\ \ \ \ | | | | | | | | | | also generate startAt timers for systemd user units
| * | | | also generate startAt timers for systemd user unitsAnders Papitto2015-08-20
| | | | |
* | | | | Merge pull request #9395 from bosu/cont-ifaceslethalman2015-08-26
|\ \ \ \ \ | | | | | | | | | | | | containers: add interfaces config option.
| * | | | | containers: add interfaces config option.Boris Sukholitko2015-08-22
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | It uses systemd-nspawn's --network-interface to move existing interfaces into the container.
* | | | | Merge pull request #9439 from noqqe/masterlethalman2015-08-25
|\ \ \ \ \ | | | | | | | | | | | | fixed: mlmmj-recieve: No such file or directory
| * | | | | fixed: mlmmj-recieve: No such file or directoryFlorian Baumann2015-08-25
| | | | | |
* | | | | | Hide services.dbus.enableEelco Dolstra2015-08-25
| | | | | | | | | | | | | | | | | | | | | | | | Realistically, you can't disable D-Bus on a modern system.
* | | | | | Merge pull request #9407 from wmertens/apache-deflateWout Mertens2015-08-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Apache service module: allow compression
| * | | | | | Apache service module: allow compressionWout Mertens2015-08-23
| |/ / / / /
* | | | | | buildEnv: Support package priorities like nix-envEelco Dolstra2015-08-25
| | | | | | | | | | | | | | | | | | | | | | | | This gets rid of a bunch of collision warnings.
* | | | | | Put all firmware in $out/lib/firmwareEelco Dolstra2015-08-25
|/ / / / / | | | | | | | | | | | | | | | This way, hardware.firmware can be a list of packages.
* / / / / nixos: rename service 'ubuntu-fan' as 'fan'Charles Strahan2015-08-22
|/ / / /
* / / / kubernetes service: fix option conversionJaka Hudoklin2015-08-21
|/ / /
* | | nix-gc.nix: prefer "nix-store" over "nix-collect-garbage" because the latter ↵Peter Simons2015-08-20
| | | | | | | | | | | | | | | | | | supports "--max-freed" Works around https://github.com/NixOS/nix/issues/609.
* | | Revert "openssh: 6.9p1 -> 7.0p1"Eelco Dolstra2015-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a8eb2a6a81524f3be0c8886f6d06090b50b0a513. OpenSSH 7.0 is causing too many interoperability problems so soon before the 15.08 release. For instance, it causes NixOps EC2 initial deployments to fail with "REMOTE HOST IDENTIFICATION HAS CHANGED". This is because the client knows the server's ssh-dss host key, but this key is no longer accepted by default. Setting "HostKeyAlgorithms" to "+ssh-dss" does not work because it causes ssh-dss to be ordered after "ecdsa-sha2-nistp521", which the server also offers. (Normally, ssh prioritizes host key algorithms for which the client has a known host key, but not if you set HostKeyAlgorithms.)
* | | Merge pull request #9355 from offlinehacker/nixos/etcd/fixstartJaka Hudoklin2015-08-20
|\ \ \ | | | | | | | | etcd service: do not wait for cluster up
| * | | etcd service: do not wait for cluster upJaka Hudoklin2015-08-20
| | | |
* | | | Merge pull request #9354 from offlinehacker/nixos/skydns/fixdnsJaka Hudoklin2015-08-20
|\ \ \ \ | | | | | | | | | | skydns service: fix skydns nameservers env option