auto upgrade for all hosts
Some checks are pending
Flake.lock / build (push) Waiting to run

This commit is contained in:
Mohamed Chrayed 2024-08-24 11:13:25 +02:00
parent 846a747380
commit 40c5ce5dd2

View File

@ -1,9 +1,9 @@
{ ... }:
{ hostName, ... }:
{
system.autoUpgrade = {
enable = true;
dates = "04:00";
flake = "github:Moe1369/nixos-config";
flake = "github:Moe1369/nixos-config#${hostName}";
flags = [
"--update-input" "nixpkgs" "--commit-lock-file"
];