From 122554c4aa2fb6c768e25e96e09efed665c932ad Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 29 Sep 2025 21:15:01 +0000 Subject: [PATCH] Correctly pass in the timecard-bot parameter to all systems --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; }; };