Update FredOS-Gaming.nix
This commit is contained in:
parent
7d27c708f3
commit
ad07bd8090
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Bootloader
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.loader.timeout = 1;
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
dates = "daily";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue