(orexin) remove hdd

This commit is contained in:
ArgentumCation 2024-10-01 19:10:38 -04:00
parent ac1ce583f1
commit 8b030d7807
2 changed files with 6 additions and 6 deletions

View file

@ -87,7 +87,7 @@
enableOnBoot = true;
enable = true;
autoPrune.enable = true;
extraOptions = "--userns-remap=default";
# extraOptions = "--userns-remap=default";
liveRestore = false; # NOTE: Incompatible with swarm
};
# List services that you want to enable:

View file

@ -35,11 +35,11 @@
options = ["subvol=@nix" "noatime" "space_cache=v2" "compress=zstd"];
};
fileSystems."/data" = {
device = "/dev/disk/by-uuid/d57652b7-5506-4cdd-8694-90bcd4810d7b";
fsType = "btrfs";
options = ["noatime" "space_cache=v2" "compress=zstd"];
};
# fileSystems."/data" = {
# device = "/dev/disk/by-uuid/d57652b7-5506-4cdd-8694-90bcd4810d7b";
# fsType = "btrfs";
# options = ["noatime" "space_cache=v2" "compress=zstd"];
# };
fileSystems."/boot" = {
device = "/dev/disk/by-uuid/8BA9-84E8";