update
This commit is contained in:
@@ -32,6 +32,13 @@
|
||||
options = [ "nofail" "rw" "user" "exec" ];
|
||||
};
|
||||
|
||||
#TEMPORARY, TODO: remove
|
||||
fileSystems."/mnt/main" = {
|
||||
device = "/dev/disk/by-uuid/7dfa47de-a2e2-4356-adb4-ea61cc9e3e7e";
|
||||
fsType = "ext4";
|
||||
options = [ "nofail" "ro" ];
|
||||
};
|
||||
|
||||
swapDevices = [ ];
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
Reference in New Issue
Block a user