feat: configure auto upgrades
This commit is contained in:
parent
ddc4e57109
commit
46e6cb1d87
1 changed files with 6 additions and 0 deletions
|
@ -223,5 +223,11 @@ in {
|
|||
EV_KEY: [[KEY_CAPSLOCK, KEY_ESC, KEY_LEFTCTRL]]
|
||||
'';
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
allowReboot = true;
|
||||
enable = true;
|
||||
flake = "nixedo";
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue