Correctly pass in the timecard-bot parameter to all systems
This commit is contained in:
parent
7acb0fd016
commit
122554c4aa
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue