Update FredOS-Gaming.nix

This commit is contained in:
ediblerope 2025-12-16 20:09:02 +00:00 committed by GitHub
parent 7d27c708f3
commit ad07bd8090
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,6 +16,11 @@
];
};
};
# Bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.timeout = 1;
system.autoUpgrade = {
enable = true;