try to fix for proxmox by disableing grub
nixos config pipeline / show-flake (push) Successful in 19s
nixos config pipeline / deploy (push) Successful in 45s

This commit is contained in:
smayzy
2025-09-10 19:30:36 +02:00
parent 8f12835e33
commit 924395d64e
2 changed files with 19 additions and 8 deletions
+1
View File
@@ -11,6 +11,7 @@ in
config = mkIf config.smayzy.server.enable {
smayzy = {
grub.disable = true;
base = true;
power = "desktop";
stylix.enable = true;