From 160ca8847b7248e793c7434208ed5332d4c15cb5 Mon Sep 17 00:00:00 2001 From: William <31864305+baduhai@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:21:54 -0300 Subject: [PATCH] Update hardware-configuration.nix --- hosts/desktops/io/hardware-configuration.nix | 7 ------- 1 file changed, 7 deletions(-) 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";