nixpkgs/nixos/modules/tasks
aszlig d47ae497a6
nixos: Add storage opt to fileSystems/swapDevices.
References a partition, disk, volume or whatever you like instead of
using a device path or label. Creating those storage devices is done by
nixpart and we can infer the right labels and/or poths from the device
tree.

I've added those hooks here, because duplicating things such as fsType,
label, options or mountPoint in the storage configuration look kinda
pointless to me.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-12-02 14:46:58 +01:00
..
filesystems Fix typo in nixos/modules/tasks/filesystems/nfs.nix. 2015-10-14 08:48:34 +08:00
bcache.nix nixos: move bcache udev rule in a new bcache.nix module 2014-11-10 22:19:43 +01:00
cpu-freq.nix
encrypted-devices.nix Revert part of #9982 to be in line with #9925 2015-11-26 14:40:31 +00:00
filesystems.nix nixos: Add storage opt to fileSystems/swapDevices. 2015-12-02 14:46:58 +01:00
kbd.nix i18n: add color scheme option (close #9626) 2015-11-09 14:53:59 +01:00
lvm.nix
network-interfaces-scripted.nix networking module: vswitches: re-structure dependencies to systemd units 2015-10-06 20:12:39 +02:00
network-interfaces-systemd.nix nixos networking: add vswitch option 2015-09-25 11:55:27 +02:00
network-interfaces.nix Revert "Revert "Merge pull request #9543 from NixOS/staging.post-15.06"" 2015-11-14 12:32:51 -08:00
scsi-link-power-management.nix nixos: set scsi link power policy using udev 2015-10-25 19:38:53 +01:00
swraid.nix nixos: Add boot.initrd.extraUdevRulesCommands 2014-11-10 22:19:43 +01:00
trackpoint.nix Trackpoint scrolling on T450s et al 2015-05-25 20:00:35 +02:00
tty-backgrounds-combine.sh