we dont particularly neeed to mount /boot

This commit is contained in:
TheWanderingCrow 2025-01-20 09:19:55 -05:00
parent eb5ed4d867
commit 8597ea5853

View file

@ -23,12 +23,6 @@
fsType = "zfs";
};
fileSystems."/boot" = {
device = "/dev/disk/by-label/boot";
fsType = "vfat";
options = ["fmask=0022" "dmask=0022"];
};
# 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
# still possible to use this option, but it's recommended to use it in conjunction