From bfb8353093c1aedb843dbaab55e84a67d6845a1c Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 20 Feb 2026 12:12:10 +0100 Subject: [PATCH] fixes backrest --- hosts/dnsc-server/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/dnsc-server/default.nix b/hosts/dnsc-server/default.nix index e219bde..07e5bee 100644 --- a/hosts/dnsc-server/default.nix +++ b/hosts/dnsc-server/default.nix @@ -38,9 +38,6 @@ identityPaths = [ "${config.users.users.dennis.home}/.ssh/id_ed25519" ]; secrets."restic/password" = { file = ../../secrets/restic/password.age; - # backrest reads the password via "file:" in its repo config - group = "backrest"; - mode = "0440"; }; };