From 8b030d7807e2cee5e2b9ec76f812718abb221b14 Mon Sep 17 00:00:00 2001 From: ArgentumCation Date: Tue, 1 Oct 2024 19:10:38 -0400 Subject: [PATCH] (orexin) remove hdd --- orexin/configuration.nix | 2 +- orexin/hardware-configuration.nix | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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";