diff options
Diffstat (limited to 'systems/atlas/default.nix')
| -rw-r--r-- | systems/atlas/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index 93b2081..d241658 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -17,6 +17,8 @@ hermetic = false; }; + age.secrets.teawiebot.file = ../../secrets/systems/atlas/teawieBot.age; + boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; @@ -30,6 +32,10 @@ services = { resolved.enable = false; + teawiebot = { + enable = true; + environmentFile = config.age.secrets.teawiebot.path; + }; }; users.users.atlas = { |
