Fix secrets path
This commit is contained in:
parent
a9526363fa
commit
5e9c06d424
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ in
|
||||||
home = "/home/pipeline";
|
home = "/home/pipeline";
|
||||||
description = "User used by forgejo runners to connect to this system";
|
description = "User used by forgejo runners to connect to this system";
|
||||||
extraGroups = [ "docker" ];
|
extraGroups = [ "docker" ];
|
||||||
openssh.authorizedKeys.keyFiles = [ config.sops.secrets."example".path ];
|
openssh.authorizedKeys.keyFiles = [ config.sops.secrets."foo".path ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue