Release v2.2.0

Former-commit-id: e6f66110f0
This commit is contained in:
Hadi
2024-08-19 20:32:10 +02:00
parent 0f5b7f60b6
commit acb7db87df
22 changed files with 194 additions and 191 deletions

View File

@@ -0,0 +1,9 @@
{ config, ... }: {
system.autoUpgrade = {
enable = config.var.autoUpgrade;
dates = "04:00";
flake = "${config.var.configDirectory}";
flags = [ "--update-input" "nixpkgs" "--commit-lock-file" ];
allowReboot = false;
};
}