new installation

This commit is contained in:
Nico
2025-04-01 20:06:28 +02:00
parent f040a1bdb3
commit 25ab3a589b
3 changed files with 16 additions and 69 deletions

View File

@@ -14,22 +14,12 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "zpool/root";
fsType = "zfs";
};
fileSystems."/home" =
{ device = "zpool/home";
fsType = "zfs";
};
fileSystems."/nix" =
{ device = "zpool/nix";
fsType = "zfs";
{ device = "/dev/disk/by-uuid/926a710f-a999-4c59-9040-8045efaa6e28";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/49CB-AECA";
{ device = "/dev/disk/by-uuid/39F5-52FB";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};