diff --git a/hosts/desktops/io/hardware-configuration.nix b/hosts/desktops/io/hardware-configuration.nix index d1939c1..6b3f15d 100644 --- a/hosts/desktops/io/hardware-configuration.nix +++ b/hosts/desktops/io/hardware-configuration.nix @@ -39,15 +39,8 @@ fsType = "btrfs"; options = [ "subvol=@persistent" "noatime" "compress=zstd" ]; }; - "/swap" = { - device = "/dev/disk/by_uuid/ef1916a9-e15c-450e-8100-4b2af9f6e1a5"; - fsType = "btrfs"; - options = [ "subvol=@swap" "noatime" ]; - }; }; - swapDevices = [{ "/swap/swapfile"; }]; - networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64";