add swap
This commit is contained in:
parent
b3f2cc50fe
commit
c650df2204
|
|
@ -25,9 +25,12 @@
|
|||
fileSystems."/boot" = {
|
||||
device = "/dev/disk/by-uuid/1FF4-8F2A";
|
||||
fsType = "vfat";
|
||||
options = ["fmask=0022" "dmask=0022"];
|
||||
};
|
||||
|
||||
swapDevices = [];
|
||||
swapDevices = [
|
||||
{device = "/dev/disk/by-uuid/fb2a814c-00ac-4458-a06a-fb8244ff953a";}
|
||||
];
|
||||
|
||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||
|
|
|
|||
Loading…
Reference in a new issue