summary refs log tree commit diff
path: root/nixos
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
* Manual: Document system.autoUpgradeEelco Dolstra2015-09-02
|
* nixos: document nvidia legacy driver optionsBjørn Forsman2015-09-02
|
* 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.
* Make proxy test more robustEelco Dolstra2015-08-31
| | | | http://hydra.nixos.org/build/25322489
* gnome3 test: revert back to using slimLuca Bruno2015-08-31
| | | | | GDM needs more time to load on hydra, need a better way to find out when the user has logged in.
* 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.
* | | | Fix tests that use the Valgrind docsEelco Dolstra2015-08-28
| | | |
* | | | 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
| | |
* | | gnome3 test: use gdm with autologin instead of slimLuca Bruno2015-08-27
| | |
* | | 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.
* | | Rename rl-unstable.xml -> rl-1509.xmlEelco Dolstra2015-08-27
| | |
* | | cups: Fix printing testJascha Geerds2015-08-27
| | |
* | | containers: fix interfaces option bugsBoris Sukholitko2015-08-26
| | | | | | | | | | | | | | | The default should be [], no need to check it for INTERFACES variable.
* | | Prefer local build for the test driver scriptEelco Dolstra2015-08-26
| | |
* | | 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
| | | | | |
* | | | | | GrmblEelco Dolstra2015-08-25
| | | | | | | | | | | | | | | | | | | | | | | | http://hydra.nixos.org/build/24983009
* | | | | | 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