about summary refs log tree commit diff
path: root/nixos/modules
AgeCommit message (Expand)AuthorFilesLines
2014-04-16Make machinectl workEelco Dolstra1-0/+1
2014-04-16Set MODULE_DIR in systemd-load-modules.serviceEelco Dolstra1-0/+1
2014-04-16Don't run the cpufreq service in VMsEelco Dolstra1-0/+1
2014-04-16stage1: Systemd libraries were renamedWilliam A. Kennington III1-1/+1
2014-04-16Drop ALSA dependency in containersEelco Dolstra1-0/+2
2014-04-16Don't make containers depend on cpupowerEelco Dolstra1-1/+1
2014-04-16cpu-freq: Use cpupower instead of cpufrequtilsWilliam A. Kennington III2-26/+23
2014-04-16Simplify assertionEelco Dolstra1-2/+1
2014-04-16systemd: Add an assertion to guarantee oneshot units do not have restart setWilliam A. Kennington III1-0/+6
2014-04-16upstart: Oneshot rules should always have Restart=noWilliam A. Kennington III1-1/+1
2014-04-16systemd: Update to 212Eelco Dolstra1-39/+14
2014-04-15Don't enable LVM2 in containersEelco Dolstra1-2/+4
2014-04-15stage 1: Remove scsi_wait_scan as it is not supported after kernel 3.7William A. Kennington III1-2/+0
2014-04-15nixos: transmission improvementsAustin Seipp2-78/+38
2014-04-15Containers: Inherit the platform type of the hostEelco Dolstra1-0/+3
2014-04-15nixos-rebuild: Fallback for upgrading NixEelco Dolstra1-3/+18
2014-04-15nixos-rebuild: Exec nixos-rebuild from the new Nixpkgs treeEelco Dolstra1-14/+39
2014-04-15Don't restart container-startup-doneEelco Dolstra2-0/+2
2014-04-15Don't restart container shells in switch-to-configurationEelco Dolstra1-0/+3
2014-04-15nixos: add spiped service moduleAustin Seipp3-0/+215
2014-04-15Fix hydra UIDAustin Seipp1-1/+2
2014-04-14mesa: have all output on /run/opengl-driver{,-32}Vladimír Čunát1-0/+1
2014-04-14nixos opengl: add s2tc to mesa drivers by defaultVladimír Čunát1-7/+13
2014-04-14Rewrite ‘with pkgs.lib’ -> ‘with lib’Eelco Dolstra321-654/+657
2014-04-13nixos: extend documentation example for security.setuidOwnersBjørn Forsman1-0/+1
2014-04-12nixos: add a UID for HydraAustin Seipp1-0/+1
2014-04-12grsecurity: Fix GRKERNSEC_PROC restrictionsAustin Seipp1-10/+32
2014-04-11nixos: add grsecurity module (#1875)Austin Seipp5-7/+436
2014-04-11Revert "Merge branch 'postgresql-user' of git://github.com/ocharles/nixpkgs"Shea Levy1-1/+1
2014-04-11Revert "postgresql: properly fix permissions issue by in postStart"Shea Levy1-2/+2
2014-04-11Revert "Create the 'postgres' superuser"Shea Levy1-6/+0
2014-04-11Revert "Use PostgreSQL 9.3's `pg_isready` to wait for connectivity"Shea Levy1-1/+1
2014-04-11Include Archive::Cpio in the installation CDEelco Dolstra1-2/+3
2014-04-11Fix tests broken due to the firewall being enabled by defaultEelco Dolstra2-1/+5
2014-04-11Use iptables' ‘-w’ flagEelco Dolstra2-12/+12
2014-04-11Fix NAT moduleEelco Dolstra1-1/+1
2014-04-11nix: Update to 1.7Eelco Dolstra1-1/+1
2014-04-11Revert "nixos: fix shell on conatiners"Peter Simons1-1/+1
2014-04-10Merge branch 'containers'Eelco Dolstra12-50/+649
2014-04-10Document NixOS containersEelco Dolstra1-0/+2
2014-04-10Add option networking.nat.internalInterfacesEelco Dolstra1-14/+41
2014-04-10nixos-container: Add ‘run’ and ‘root-login’ commandsEelco Dolstra3-15/+54
2014-04-10Bring back ‘nixos-container update’Eelco Dolstra1-21/+50
2014-04-10Fix permissions on /var/lib/startup-doneEelco Dolstra1-1/+1
2014-04-10Merge pull request #2198 from offlinehacker/nixos/shadow/login_containers_fixPeter Simons1-1/+1
2014-04-10Merge pull request #2199 from offlinehacker/nixos/ntp/containers_fixPeter Simons1-1/+1
2014-04-10nixos: disable ntp on containers by defaultJaka Hudoklin1-1/+1
2014-04-10nixos: fix shell on conatinersJaka Hudoklin1-1/+1
2014-04-10nixos/phpfpm: Add option to set PHP package.aszlig1-1/+8
2014-04-09Merge branch 'cjdns' of git://github.com/ehmry/nixpkgsShea Levy2-0/+208