nix: auto update

This commit is contained in:
Johannes Jöns 2024-07-10 17:42:38 +02:00
parent 8910e84498
commit b9cb7ee1c0

View file

@ -34,4 +34,10 @@
useUserPackages = true;
backupFileExtension = "backup";
};
system.autoUpgrade = {
enable = true;
flake = "git+https://git.missing.ninja/LF2/Alisa.git";
dates = "1h";
};
}