(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; enableOnBoot = true;
enable = true; enable = true;
autoPrune.enable = true; autoPrune.enable = true;
extraOptions = "--userns-remap=default"; # extraOptions = "--userns-remap=default";
liveRestore = false; # NOTE: Incompatible with swarm liveRestore = false; # NOTE: Incompatible with swarm
}; };
# List services that you want to enable: # List services that you want to enable:

View file

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