Update FredOS-Mediaserver.nix
This commit is contained in:
parent
37454f0b7e
commit
1cf0507029
1 changed files with 3 additions and 2 deletions
|
|
@ -83,8 +83,9 @@
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
|
|
||||||
# Boot loader
|
# Boot loader
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.grub.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.grub.device = "/dev/sdc";
|
||||||
|
boot.loader.grub.useOSProbler = 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