This commit is contained in:
winter
2026-05-30 19:52:02 -07:00
parent c67e7d779c
commit 29c4aa84a0
5 changed files with 51 additions and 22 deletions

View File

@@ -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";