nix: auto update
This commit is contained in:
parent
8910e84498
commit
b9cb7ee1c0
1 changed files with 6 additions and 0 deletions
|
@ -34,4 +34,10 @@
|
|||
useUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
};
|
||||
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "git+https://git.missing.ninja/LF2/Alisa.git";
|
||||
dates = "1h";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue