Update hardware-configuration.nix
This commit is contained in:
parent
b3e6d9e9a3
commit
160ca8847b
1 changed files with 0 additions and 7 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue