Update hardware-configuration.nix

This commit is contained in:
William 2024-02-19 07:21:54 -03:00 committed by GitHub
parent b3e6d9e9a3
commit 160ca8847b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";