diff --git a/orexin/configuration.nix b/orexin/configuration.nix index 433622f..38d9f5e 100644 --- a/orexin/configuration.nix +++ b/orexin/configuration.nix @@ -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: diff --git a/orexin/hardware-configuration.nix b/orexin/hardware-configuration.nix index 36c2be0..e5a87c0 100644 --- a/orexin/hardware-configuration.nix +++ b/orexin/hardware-configuration.nix @@ -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";