diff --git a/hosts/voyager/hardware-configuration.nix b/hosts/voyager/hardware-configuration.nix index 9a3901a..9edebd4 100644 --- a/hosts/voyager/hardware-configuration.nix +++ b/hosts/voyager/hardware-configuration.nix @@ -46,6 +46,12 @@ options = [ "fmask=0022" "dmask=0022" ]; }; + fileSystems."/.btrfs" = + { device = "/dev/disk/by-label/NIXOS-FS"; + fsType = "btrfs"; + options = [ "noatime" "compress=zstd:3" ]; + }; + swapDevices = [ { device = "/dev/disk/by-label/SWAP"; } ];