(orexin) remove hdd
This commit is contained in:
parent
ac1ce583f1
commit
8b030d7807
2 changed files with 6 additions and 6 deletions
|
@ -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:
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue