summaryrefslogtreecommitdiff
path: root/modules/nixos/services/hercules.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos/services/hercules.nix')
-rw-r--r--modules/nixos/services/hercules.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nixos/services/hercules.nix b/modules/nixos/services/hercules.nix
index fc3c92d..0060c08 100644
--- a/modules/nixos/services/hercules.nix
+++ b/modules/nixos/services/hercules.nix
@@ -7,7 +7,7 @@
cfg = config.server.services.hercules-ci;
inherit (lib) mkEnableOption mkIf;
- baseDir = ../../../secrets/systems/${config.networking.hostName};
+ baseDir = ../../../secrets/${config.networking.hostName};
hercArgs = {
mode = "400";
owner = "hercules-ci-agent";