From 4cc4e1fec5775a15663eb4d91d171276aa04ecf4 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 22 Dec 2023 12:21:26 -0500 Subject: atlas: separate teawiebot module --- systems/atlas/default.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'systems/atlas/default.nix') diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index 2a8346f..836aef7 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -1,17 +1,15 @@ { config, pkgs, - secretsDir, ... }: { imports = [ ./hardware-configuration.nix ./miniflux.nix ./nginx.nix + ./teawiebot.nix ]; - age.secrets.teawiebot.file = secretsDir + "/teawieBot.age"; - boot = { loader.systemd-boot.enable = true; loader.efi.canTouchEfiVariables = true; @@ -25,10 +23,6 @@ services = { resolved.enable = false; - teawiebot = { - enable = true; - environmentFile = config.age.secrets.teawiebot.path; - }; }; users.users.atlas = { -- cgit v1.2.3