Update FredOS-Mediaserver.nix
This commit is contained in:
parent
540cac613c
commit
d9145b3753
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue