diff options
Diffstat (limited to 'modules/nixos/services/hercules.nix')
| -rw-r--r-- | modules/nixos/services/hercules.nix | 2 |
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"; |
