Update hardware configuration and change boot.nix params

This commit is contained in:
TheWanderingCrow 2024-09-15 01:11:41 +00:00
parent fa595486ff
commit f847039621
2 changed files with 1 additions and 7 deletions

View file

@ -3,7 +3,7 @@
systemd-boot.enable = true;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
efiSysMountPoint = "/boot";
};
};
}

View file

@ -42,12 +42,6 @@
fsType = "ext4";
};
fileSystems."/mnt/boot" =
{ device = "/dev/disk/by-uuid/73DE-6834";
fsType = "vfat";
options = [ "fmask=0022" "dmask=0022" ];
};
swapDevices = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking