modules/nixos/hydra: refactor
This commit is contained in:
parent
cf1c284e26
commit
467a338908
1 changed files with 82 additions and 84 deletions
|
@ -1,6 +1,5 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
config = {
|
||||
sops.secrets.hydra-admin-password.owner = "hydra";
|
||||
sops.secrets.hydra-users.owner = "hydra";
|
||||
|
||||
|
@ -94,5 +93,4 @@
|
|||
export URL=http://localhost:${toString config.services.hydra.port}
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue