diff options
Diffstat (limited to 'systems/atlas/teawiebot.nix')
| -rw-r--r-- | systems/atlas/teawiebot.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/atlas/teawiebot.nix b/systems/atlas/teawiebot.nix index dac2998..8d4da63 100644 --- a/systems/atlas/teawiebot.nix +++ b/systems/atlas/teawiebot.nix @@ -1,8 +1,11 @@ { config, secretsDir, + inputs, ... }: { + imports = [inputs.teawiebot.nixosModules.default]; + age.secrets.teawiebot.file = secretsDir + "/teawieBot.age"; services.teawiebot = { |
