Compare commits

..

2 Commits

Author SHA1 Message Date
Nathan McCarty c1b048b96b
Tweak updater script 2023-05-15 22:41:47 -04:00
Nathan McCarty ffee83c7c5
Automate update of java flake 2023-05-15 22:37:17 -04:00
1 changed files with 15 additions and 20 deletions

View File

@ -45,23 +45,18 @@ let
};
};
in lib.mkMerge [
{ # Setup hosts for gitea automation
in { # Setup hosts for gitea automation
networking.hosts = { "100.99.69.14" = [ "git.stranger.systems" ]; };
}
(update-flake {
} // update-flake {
name = "system";
repo = "gitea@git.stranger.systems:nix/System.git";
schedule = "Mon, 4:00";
})
(update-flake {
} // update-flake {
name = "rust-util";
repo = "gitea@git.stranger.systems:nix/Rust.git";
schedule = "Mon, 8:00";
})
(update-flake {
} // update-flake {
name = "java";
repo = "gitea@git.stranger.systems:nix/java.git";
schedule = "6:00";
})
]
}