modules/nixos/hydra: refactor

This commit is contained in:
zowoq 2024-10-27 13:41:54 +10:00
parent cf1c284e26
commit 467a338908

View file

@ -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}
'';
};
};
}