Fix secrets path

This commit is contained in:
hodasemi 2025-05-22 13:49:11 +02:00
parent a9526363fa
commit 5e9c06d424

View file

@ -40,7 +40,7 @@ in
home = "/home/pipeline";
description = "User used by forgejo runners to connect to this system";
extraGroups = [ "docker" ];
openssh.authorizedKeys.keyFiles = [ config.sops.secrets."example".path ];
openssh.authorizedKeys.keyFiles = [ config.sops.secrets."foo".path ];
};
};
}