Update config.nix

This commit is contained in:
Aaron Honeycutt 2022-05-06 16:43:22 +00:00
parent 66f745a767
commit 2f773f84b7

View file

@ -9,6 +9,15 @@
./hardware-configuration.nix
];
boot.loader = {
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi"; # ← use the same mount point here.
systemd-boot.enable = true;
};
};
};
# Name your host machine
networking.hostName = "NixOS-VM";