This commit is contained in:
caandt 2024-11-15 23:37:53 -06:00
parent b3f2cc50fe
commit c650df2204

View file

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