many changes i made in the last weeks
This commit is contained in:
@@ -66,13 +66,15 @@ in {
|
||||
boot.zfs.forceImportRoot = false;
|
||||
networking.hostId = "7552c83e";
|
||||
|
||||
fileSystems."/home/files/storage" = {
|
||||
device = "storage";
|
||||
fsType = "zfs";
|
||||
};
|
||||
fileSystems."/data" = {
|
||||
device = "storage";
|
||||
fsType = "zfs";
|
||||
options = [ "defaults" "nofail" ];
|
||||
};
|
||||
|
||||
fileSystems."/home/files/storage" = {
|
||||
device = "/data";
|
||||
options = [ "bind" "defaults" "nofail" ];
|
||||
};
|
||||
|
||||
# Use the GRUB 2 boot loader.
|
||||
|
||||
Reference in New Issue
Block a user