diff --git a/flake.nix b/flake.nix index 7d45688..ed9a8d8 100644 --- a/flake.nix +++ b/flake.nix @@ -42,11 +42,11 @@ }; "sync.nidus.cloud" = import ./system.nix { configuration = ./host/sync/configuration.nix; - inherit authentik-nix configFiles disko home-manager nixpkgs nixvim sops-nix system; + inherit authentik-nix configFiles disko home-manager nixpkgs nixvim sops-nix system timecard-bot; }; test-corp = nixpkgs.lib.nixosSystem { configuration = ./host/test-corp/configuration.nix; - inherit authentik-nix configFiles disko home-manager nixpkgs nixvim sops-nix system; + inherit authentik-nix configFiles disko home-manager nixpkgs nixvim sops-nix system timecard-bot; }; }; };