Update FredOS-Mediaserver.nix

This commit is contained in:
ediblerope 2026-01-20 13:39:25 +00:00 committed by GitHub
parent dd696844e1
commit 4ed3ab9376
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,8 +91,5 @@
boot.loader.grub.enable = true; boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sdc"; boot.loader.grub.device = "/dev/sdc";
boot.loader.grub.useOSProbler = true; boot.loader.grub.useOSProbler = true;
# System state version
system.stateVersion = "25.11";
}; };
} }