initial nix migration changes
configuration for moving /nix to ZFS Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -38,5 +38,10 @@
|
||||
device = "/dev/disk/by-uuid/4CBA-2451";
|
||||
fsType = "vfat";
|
||||
};
|
||||
"/nix" = {
|
||||
device = "ZFS-primary/nix";
|
||||
fsType = "zfs";
|
||||
depends = [ "/crypto/keys" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user