From 2b354838edecc32c59d3c7ddf35e6cfe06cfe268 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 7 Jan 2024 18:13:53 -0500 Subject: tree-wide: localize imports i shouldn't be editing systems/default.nix to remove a module only for glados --- systems/atlas/teawiebot.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'systems/atlas/teawiebot.nix') 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 = { -- cgit v1.2.3