diff options
| author | seth <[email protected]> | 2023-11-19 05:19:05 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-11-19 05:28:01 -0500 |
| commit | 07a6858fd7ef6ea6794cc37323d7c9cf1162d5b6 (patch) | |
| tree | a123857e27802b133b105b552b6ef48a7593bae4 /systems/atlas/default.nix | |
| parent | 2da304a66b759e8047b94a31758ffc02203e411c (diff) | |
secrets: reorganize & rekey
Diffstat (limited to 'systems/atlas/default.nix')
| -rw-r--r-- | systems/atlas/default.nix | 2 |
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; |
