summaryrefslogtreecommitdiff
path: root/systems/atlas/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-19 05:19:05 -0500
committerseth <[email protected]>2023-11-19 05:28:01 -0500
commit07a6858fd7ef6ea6794cc37323d7c9cf1162d5b6 (patch)
treea123857e27802b133b105b552b6ef48a7593bae4 /systems/atlas/default.nix
parent2da304a66b759e8047b94a31758ffc02203e411c (diff)
secrets: reorganize & rekey
Diffstat (limited to 'systems/atlas/default.nix')
-rw-r--r--systems/atlas/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/atlas/default.nix b/systems/atlas/default.nix
index d241658..e6b30ca 100644
--- a/systems/atlas/default.nix
+++ b/systems/atlas/default.nix
@@ -17,7 +17,7 @@
hermetic = false;
};
- age.secrets.teawiebot.file = ../../secrets/systems/atlas/teawieBot.age;
+ age.secrets.teawiebot.file = ../../secrets/atlas/teawieBot.age;
boot = {
loader.systemd-boot.enable = true;