Update FredOS-Mediaserver.nix

This commit is contained in:
ediblerope 2026-01-20 12:38:04 +00:00 committed by GitHub
parent 540cac613c
commit d9145b3753
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,6 +82,10 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
# Basic networking # Basic networking
networking.useDHCP = lib.mkDefault true; networking.useDHCP = lib.mkDefault true;
# Boot loader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# System state version # System state version
system.stateVersion = "25.11"; system.stateVersion = "25.11";
}; };