From 0ddd85d24793d470ee344fa776ab41c468214e43 Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Sat, 27 Apr 2024 20:53:55 -0400 Subject: [PATCH] redo "fix sops permissions" Signed-off-by: ahuston-0 --- systems/palatine-hill/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/palatine-hill/configuration.nix b/systems/palatine-hill/configuration.nix index 9a44917..8db2e17 100644 --- a/systems/palatine-hill/configuration.nix +++ b/systems/palatine-hill/configuration.nix @@ -266,7 +266,7 @@ in group = "hydra"; mode = "440"; }; - "upsmon/password".owner = "upsmon"; + "upsmon/password".owner = "root"; } // keygen "zfs-attic-key" // keygen "zfs-backup-key"