Add additional mount mappings (not active yet)
This commit is contained in:
parent
3c49bbaf70
commit
4f66b47ae5
1 changed files with 10 additions and 3 deletions
|
@ -18,17 +18,24 @@
|
||||||
./main-user.nix
|
./main-user.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
#fileSystems."/mnt" =
|
#fileSystems."/mnt/arch" =
|
||||||
# { device = "/dev/disk/by-uuid/72db20ba-4dbd-4fb7-891c-b457e2cf9648";
|
# { device = "/dev/disk/by-uuid/72db20ba-4dbd-4fb7-891c-b457e2cf9648";
|
||||||
# fsType = "btrfs";
|
# fsType = "btrfs";
|
||||||
# options = [ "subvol=5" ];
|
# options = [ "subvol=5" ];
|
||||||
# };
|
# };
|
||||||
|
#fileSystems."/mnt/arch/home" =
|
||||||
#fileSystems."/mnt/home" =
|
|
||||||
# { device = "/dev/disk/by-uuid/4eda05c2-d434-495d-97a0-8a81e8a533ec";
|
# { device = "/dev/disk/by-uuid/4eda05c2-d434-495d-97a0-8a81e8a533ec";
|
||||||
# fsType = "btrfs";
|
# fsType = "btrfs";
|
||||||
# options = [ "subvol=5" ];
|
# options = [ "subvol=5" ];
|
||||||
# };
|
# };
|
||||||
|
#fileSystems."/mnt/bulk" =
|
||||||
|
# { device = "/dev/disk/by-uuid/xxxx";
|
||||||
|
# fsType = "ext4";
|
||||||
|
# };
|
||||||
|
#fileSystems."/mnt/slow" =
|
||||||
|
# { device = "/dev/disk/by-uuid/xxxx";
|
||||||
|
# fsType = "etx4";
|
||||||
|
# };
|
||||||
boot.initrd.luks.devices."nvme2n1p2_oldcrypt".device = "/dev/disk/by-uuid/44235dca-99e8-4ea8-9516-97d9f5a2d702";
|
boot.initrd.luks.devices."nvme2n1p2_oldcrypt".device = "/dev/disk/by-uuid/44235dca-99e8-4ea8-9516-97d9f5a2d702";
|
||||||
boot.kernelModules = [ "kvm-amd" "nct6775" ];
|
boot.kernelModules = [ "kvm-amd" "nct6775" ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue