diff options
Diffstat (limited to 'systems/atlas/default.nix')
| -rw-r--r-- | systems/atlas/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix index 247e134..7b0955a 100644 --- a/systems/atlas/default.nix +++ b/systems/atlas/default.nix @@ -1,6 +1,7 @@ { config, pkgs, + secretsDir, ... }: { imports = [ @@ -18,7 +19,7 @@ hermetic = false; }; - age.secrets.teawiebot.file = ../../secrets/atlas/teawieBot.age; + age.secrets.teawiebot.file = secretsDir + "/teawieBot.age"; boot = { loader.systemd-boot.enable = true; |
