summaryrefslogtreecommitdiff
path: root/systems/atlas/teawiebot.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/atlas/teawiebot.nix')
-rw-r--r--systems/atlas/teawiebot.nix16
1 files changed, 0 insertions, 16 deletions
diff --git a/systems/atlas/teawiebot.nix b/systems/atlas/teawiebot.nix
deleted file mode 100644
index 8f6d560..0000000
--- a/systems/atlas/teawiebot.nix
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- config,
- secretsDir,
- inputs,
- ...
-}:
-{
- imports = [ inputs.teawiebot.nixosModules.default ];
-
- age.secrets.teawiebot.file = secretsDir + "/teawieBot.age";
-
- services.teawiebot = {
- enable = true;
- environmentFile = config.age.secrets.teawiebot.path;
- };
-}