Update FredOS-Mediaserver.nix

This commit is contained in:
ediblerope 2026-01-20 13:30:16 +00:00 committed by GitHub
parent 37454f0b7e
commit 1cf0507029
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";