From 6325c5fc65fd08d74ef7f88a10a570a485abd995 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 24 Aug 2024 01:53:50 -0400 Subject: [PATCH] duplicate value cleanup Signed-off-by: ahuston-0 --- systems/palatine-hill/attic/default.nix | 1 - systems/palatine-hill/hydra.nix | 1 - systems/palatine-hill/minio.nix | 1 - systems/palatine-hill/services.nix | 1 - 4 files changed, 4 deletions(-) diff --git a/systems/palatine-hill/attic/default.nix b/systems/palatine-hill/attic/default.nix index b95f660..fc4e293 100644 --- a/systems/palatine-hill/attic/default.nix +++ b/systems/palatine-hill/attic/default.nix @@ -132,7 +132,6 @@ }; sops = { - defaultSopsFile = ./secrets.yaml; secrets = { "attic/secret-key".owner = "root"; "attic/database-url".owner = "root"; diff --git a/systems/palatine-hill/hydra.nix b/systems/palatine-hill/hydra.nix index a4b40c6..7ad5635 100644 --- a/systems/palatine-hill/hydra.nix +++ b/systems/palatine-hill/hydra.nix @@ -132,7 +132,6 @@ in ]; sops = { - defaultSopsFile = ./secrets.yaml; secrets = { "hydra/environment".owner = "hydra"; "nix-serve/secret-key".owner = "root"; diff --git a/systems/palatine-hill/minio.nix b/systems/palatine-hill/minio.nix index af8fabe..120555a 100644 --- a/systems/palatine-hill/minio.nix +++ b/systems/palatine-hill/minio.nix @@ -14,7 +14,6 @@ in }; sops = { - defaultSopsFile = ./secrets.yaml; secrets = { "minio/credentials" = { owner = "minio"; diff --git a/systems/palatine-hill/services.nix b/systems/palatine-hill/services.nix index ab6b53c..322400f 100644 --- a/systems/palatine-hill/services.nix +++ b/systems/palatine-hill/services.nix @@ -27,7 +27,6 @@ }; }; sops = { - defaultSopsFile = ./secrets.yaml; secrets."server-validation/webhook".owner = "root"; }; }