initial nix migration changes

configuration for moving /nix to ZFS

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-04-29 15:42:44 -04:00
committed by Alice Huston
parent 4d66e8d1d9
commit f043a00d51
2 changed files with 46 additions and 34 deletions

View File

@ -38,5 +38,10 @@
device = "/dev/disk/by-uuid/4CBA-2451";
fsType = "vfat";
};
"/nix" = {
device = "ZFS-primary/nix";
fsType = "zfs";
depends = [ "/crypto/keys" ];
};
};
}