Add timecard-bot deployment to corp

This currently has the architecture hard-coded. That's bad, but nix is
hard, and there's probably a much better way to integrate this into the
system when I can be bothered to do it.
This commit is contained in:
Eli Ribble 2025-09-26 19:08:26 +00:00
parent f8e532f138
commit 40517face6
5 changed files with 113 additions and 17 deletions

View file

@ -1,4 +1,4 @@
{ authentik-nix, configFiles, configuration, disko, home-manager, nixpkgs, nixvim, sops-nix, system, ... }:
{ authentik-nix, configFiles, configuration, disko, home-manager, nixpkgs, nixvim, sops-nix, system, timecard-bot, ... }:
let
allowed-unfree-packages = [
"corefonts"
@ -37,7 +37,7 @@ in nixpkgs.lib.nixosSystem {
system = "${system}";
};
specialArgs = {
inherit configFiles;
inherit configFiles timecard-bot;
};
system = "${system}";
}