this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove explicit EFI mount point

Use the default one, it was changed to /boot/EFI

-1
-1
configuration.nix
··· 12 12 13 13 boot.loader.systemd-boot.enable = true; 14 14 boot.loader.efi.canTouchEfiVariables = true; 15 - boot.loader.efi.efiSysMountPoint = "/boot/efi"; 16 15 17 16 networking.hostName = "nixos"; 18 17 networking.networkmanager.enable = true;