Update hardware-configuration.nix
This commit is contained in:
parent
b3e6d9e9a3
commit
160ca8847b
1 changed files with 0 additions and 7 deletions
|
|
@ -39,14 +39,7 @@
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = [ "subvol=@persistent" "noatime" "compress=zstd" ];
|
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;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue