From 945f94bf37dd1d966786e8e0205629176ed37ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 27 Aug 2024 08:58:21 +0300 Subject: [PATCH] open up borgbackup-fwminex to motiejus --- hosts/vno1-gdrx/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/vno1-gdrx/configuration.nix b/hosts/vno1-gdrx/configuration.nix index 6abed5f..6829311 100644 --- a/hosts/vno1-gdrx/configuration.nix +++ b/hosts/vno1-gdrx/configuration.nix @@ -14,7 +14,6 @@ in motiejus-passwd-hash.file = ../../secrets/motiejus_passwd_hash.age; root-passwd-hash.file = ../../secrets/root_passwd_hash.age; sasl-passwd.file = ../../secrets/postfix_sasl_passwd.age; - borgbackup-fwminex.file = ../../secrets/fwminex/borgbackup-password.age; syncthing-key.file = ../../secrets/vno1-gdrx/syncthing/key.pem.age; syncthing-cert.file = ../../secrets/vno1-gdrx/syncthing/cert.pem.age; @@ -22,6 +21,11 @@ in file = ../../secrets/ssh8022.age; mode = "444"; }; + + borgbackup-fwminex = { + file = ../../secrets/fwminex/borgbackup-password.age; + owner = "motiejus"; + }; }; boot = {