summaryrefslogtreecommitdiffstats
path: root/nixos/modules/tasks/filesystems.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-18 16:26:39 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-11-18 18:04:16 +0100
commitdc87f8e0809d2c4453b8f6460e33a879af098574 (patch)
tree06092869c99fbb26aa78cfe52e81166bf6828473 /nixos/modules/tasks/filesystems.nix
parent8951be2d805cfb03b98900530a0bdb64146111a0 (diff)
Check whether fileSystems defines the root FS
Diffstat (limited to 'nixos/modules/tasks/filesystems.nix')
-rw-r--r--nixos/modules/tasks/filesystems.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/tasks/filesystems.nix b/nixos/modules/tasks/filesystems.nix
index 3f484045ed4c..b0bcd2eb373e 100644
--- a/nixos/modules/tasks/filesystems.nix
+++ b/nixos/modules/tasks/filesystems.nix
@@ -81,6 +81,7 @@ in
options = {
fileSystems = mkOption {
+ default = {};
example = {
"/".device = "/dev/hda1";
"/data" = {