mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Fixed my boot partition location to be more "standard"
This commit is contained in:
parent
4d966ad749
commit
4e55cc5919
3 changed files with 3 additions and 3 deletions
|
@ -48,7 +48,7 @@
|
|||
# Bootloader
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
||||
boot.loader.efi.efiSysMountPoint = "/boot";
|
||||
|
||||
# Networking
|
||||
networking.hostName = systemSettings.hostname; # Define your hostname.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue