remove redundant config

This commit is contained in:
Joseph Hanson 2024-07-13 05:05:06 -05:00
parent ced8aa083e
commit a55db1401a
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -2,9 +2,6 @@
with lib;
{
boot = {
# for managing/mounting nfs
supportedFilesystems = [ "nfs" ];
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;