summaryrefslogtreecommitdiff
path: root/systems/atlas
diff options
context:
space:
mode:
Diffstat (limited to 'systems/atlas')
-rw-r--r--systems/atlas/default.nix2
-rw-r--r--systems/atlas/miniflux.nix2
2 files changed, 2 insertions, 2 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;
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 = {