diff --git a/hosts/Infini-FRAMEWORK/default.nix b/hosts/Infini-FRAMEWORK/default.nix index a8c5bd7..a9d6d02 100644 --- a/hosts/Infini-FRAMEWORK/default.nix +++ b/hosts/Infini-FRAMEWORK/default.nix @@ -20,9 +20,6 @@ "/root/.local/share/nix" "/root/.ssh" - # /etc directories - "/etc/ssh" - # /var directories "/var/log" "/var/lib/fprint" diff --git a/hosts/Infini-FRAMEWORK/hardware-configuration.nix b/hosts/Infini-FRAMEWORK/hardware-configuration.nix index cd50900..1249ddb 100644 --- a/hosts/Infini-FRAMEWORK/hardware-configuration.nix +++ b/hosts/Infini-FRAMEWORK/hardware-configuration.nix @@ -31,6 +31,13 @@ in neededForBoot = true; }; + "/etc/ssh" = { + device = main; + fsType = "btrfs"; + options = [ "subvolid=628" "autodefrag" "noatime" "ssd" ]; + neededForBoot = true; + }; + "/media/main" = { device = main; fsType = "btrfs";