forked from wurzel/fruitbasket
Enable automatic upgrade
This commit is contained in:
parent
bb44e040af
commit
c93fa389b1
2 changed files with 11 additions and 0 deletions
10
modules/autoupdate.nix
Normal file
10
modules/autoupdate.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
dates = "12:00";
|
||||
# might need to move this into the configuration of `birne`?
|
||||
allowReboot = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue