mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update config.nix
This commit is contained in:
parent
66f745a767
commit
2f773f84b7
1 changed files with 9 additions and 0 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue