about summary refs log tree commit diff
path: root/nixos/modules
Commit message (Expand)AuthorAge
...
| | * | | | | | | | | kbd module: don't setup vconsoles if we are in a containerNikolay Amiantov2016-02-10
| | |/ / / / / / / /
| * | | | | | | | | Merge pull request #12908 from abbradar/nixos-install-no-checkEelco Dolstra2016-02-10
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | nixos-install: don't check that /mnt is a mount pointNikolay Amiantov2016-02-10
| | |/ / / / / / /
| * / / / / / / / postfix module: fix link to postfix-filesNikolay Amiantov2016-02-10
| |/ / / / / / /
| * | | | | | | dovecot service: add sendmail_pathNikolay Amiantov2016-02-10
| * | | | | | | acme service: update plugins enumNikolay Amiantov2016-02-10
| * | | | | | | postsrsd: fix secret generationNikolay Amiantov2016-02-10
| * | | | | | | init-script-builder: handle containers without a kernelNikolay Amiantov2016-02-10
| * | | | | | | Merge pull request #12894 from nathan7/raw-pskRobin Gloster2016-02-09
| |\ \ \ \ \ \ \
| | * | | | | | | wpa_supplicant module: add an option for accepting raw PSKsNathan Zadoks2016-02-09
| * | | | | | | | Add FIXMEEelco Dolstra2016-02-09
| * | | | | | | | Fix waagent revision, previous did not exist anymore.Rob Vermaas2016-02-09
| * | | | | | | | Merge pull request #10417 from puffnfresh/nixos/mmc_blockRobin Gloster2016-02-08
| |\ \ \ \ \ \ \ \
| | * | | | | | | | initrd: add mmc_block to default available modulesBrian McKenna2015-10-16
| * | | | | | | | | i3service: remove dmenu and i3 from env packagesEric Sagnes2016-02-08
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'master' into stagingVladimír Čunát2016-02-07
|\| | | | | | | |
| * | | | | | | | filesystems: use list of strings for fs optionsAneesh Agrawal2016-02-06
| * | | | | | | | Merge pull request #12560 from tvestelind/hakaRobin Gloster2016-02-06
| |\ \ \ \ \ \ \ \
| | * | | | | | | | haka: options for nixosTomas Vestelind2016-01-23
| * | | | | | | | | Merge pull request #12811 from abbradar/pulseaudio-device-managerNikolay Amiantov2016-02-06
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | display-manager module: load pulseaudio's module-device-manager only for KDENikolay Amiantov2016-02-04
| * | | | | | | | | | Merge pull request #12797 from abbradar/udev-reloadNikolay Amiantov2016-02-06
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | udev service: restart on rules changeNikolay Amiantov2016-02-03
| * | | | | | | | | | | opensmtpd: Add option that can disable adding sendmail to the system pathRickard Nilsson2016-02-06
| * | | | | | | | | | | nixos/udev: Fix printing impure FHS pathsaszlig2016-02-05
| * | | | | | | | | | | Fetch all EC2 metadata / user data in the initrdEelco Dolstra2016-02-04
| * | | | | | | | | | | amazon-init.nix: Be less spammyEelco Dolstra2016-02-04
| * | | | | | | | | | | amazon-init.nix: Don't run nixos-rebuild if we don't have toEelco Dolstra2016-02-04
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | nixos/udev: Always fail if rules contain FHS pathsaszlig2016-02-03
| * | | | | | | | | | nixos/udev: Add an option to fail on FHS pathsaszlig2016-02-03
| * | | | | | | | | | nixos/udev: Provide a better warning for FHS pathsaszlig2016-02-03
| * | | | | | | | | | nixos/udev: Fix up readlink and basename as wellaszlig2016-02-03
| * | | | | | | | | | switch-to-configuration: Handle failure to read /proc/1/exeEelco Dolstra2016-02-03
| * | | | | | | | | | initrd-ssh module: don't check if network is upNikolay Amiantov2016-02-03
| * | | | | | | | | | initrd-network: call postCommands only if network is upNikolay Amiantov2016-02-03
| * | | | | | | | | | Merge pull request #12724 from abbradar/udev-hwdbEelco Dolstra2016-02-03
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | udev service: generate proper hwdb databaseNikolay Amiantov2016-02-01
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | |
| * | | | | | | | | | nixos/stage-1: Fix references to readlink/basenameaszlig2016-02-03
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | initrd modules: move passwd and nsswitch back to initrd-sshNikolay Amiantov2016-02-03
| * | | | | | | | | initrd-ssh module: enable only if initrd network is enabledNikolay Amiantov2016-02-03
| * | | | | | | | | initrd-network module: initialize network before other pre-LVM commandsNikolay Amiantov2016-02-03
| * | | | | | | | | Revert "Merge #12357: nixos docs: show references to packages"Vladimír Čunát2016-02-03
| * | | | | | | | | Merge #12357: nixos docs: show references to packagesVladimír Čunát2016-02-03
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | nixos manuals: bring back package referencesVladimír Čunát2016-01-13
| * | | | | | | | | | Revert "Do not relocate /nix and /tmp to small disks on AWS"Eelco Dolstra2016-02-02
| * | | | | | | | | | boot.initrd.network: Support DHCPEelco Dolstra2016-02-02
| * | | | | | | | | | Split the initrd sshd support into a separate moduleEelco Dolstra2016-02-02
| * | | | | | | | | | ec2: Don't use ephemeral disks for /nix unionfsEelco Dolstra2016-02-02
| * | | | | | | | | | Do not relocate /nix and /tmp to small disks on AWScransom user2016-02-02
| * | | | | | | | | | nixos/connman: Fix assertion for networkmanageraszlig2016-02-01