duplicate value cleanup

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-08-24 01:53:50 -04:00
parent d230b39dd3
commit ce7ced5b6e
No known key found for this signature in database
GPG Key ID: 1316487BA407ECAF
4 changed files with 0 additions and 4 deletions

View File

@ -132,7 +132,6 @@
};
sops = {
defaultSopsFile = ./secrets.yaml;
secrets = {
"attic/secret-key".owner = "root";
"attic/database-url".owner = "root";

View File

@ -132,7 +132,6 @@ in
];
sops = {
defaultSopsFile = ./secrets.yaml;
secrets = {
"hydra/environment".owner = "hydra";
"nix-serve/secret-key".owner = "root";

View File

@ -14,7 +14,6 @@ in
};
sops = {
defaultSopsFile = ./secrets.yaml;
secrets = {
"minio/credentials" = {
owner = "minio";

View File

@ -27,7 +27,6 @@
};
};
sops = {
defaultSopsFile = ./secrets.yaml;
secrets."server-validation/webhook".owner = "root";
};
}