summaryrefslogtreecommitdiff
path: root/systems/atlas/miniflux.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/miniflux.nix
parent2da304a66b759e8047b94a31758ffc02203e411c (diff)
secrets: reorganize & rekey
Diffstat (limited to 'systems/atlas/miniflux.nix')
-rw-r--r--systems/atlas/miniflux.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/atlas/miniflux.nix b/systems/atlas/miniflux.nix
index df1c761..b142e1f 100644
--- a/systems/atlas/miniflux.nix
+++ b/systems/atlas/miniflux.nix
@@ -1,7 +1,7 @@
{config, ...}: {
config = {
age.secrets = {
- miniflux.file = ../../secrets/systems/${config.networking.hostName}/miniflux.age;
+ miniflux.file = ../../secrets/${config.networking.hostName}/miniflux.age;
};
services.miniflux = {