diff options
| author | Seth Flynn <[email protected]> | 2025-02-04 18:29:03 -0500 |
|---|---|---|
| committer | Seth Flynn <[email protected]> | 2025-02-04 18:46:44 -0500 |
| commit | dc0a4af24756bf162ab9081e1041612a03f2aac2 (patch) | |
| tree | ddf9c38ec49f59ba53754985dea7864ec8b2b437 /systems/atlas/teawiebot.nix | |
| parent | 090b8b759f8b1fda7ac9c6fdda200593adcbc633 (diff) | |
flake: teawiebot -> moyai-bot
Diffstat (limited to 'systems/atlas/teawiebot.nix')
| -rw-r--r-- | systems/atlas/teawiebot.nix | 16 |
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; - }; -} |
