From 08e9b22efc1929b14a7d2749545f2e549826721c Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 13 Feb 2024 23:00:15 +0900 Subject: [PATCH] test --- nixos/hosts/nixos-framework/syncthing.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/nixos-framework/syncthing.nix b/nixos/hosts/nixos-framework/syncthing.nix index 2a4c0836..2ad18670 100644 --- a/nixos/hosts/nixos-framework/syncthing.nix +++ b/nixos/hosts/nixos-framework/syncthing.nix @@ -3,12 +3,12 @@ # Set up the secrets file: sops.secrets."syncthing-cert" = { - owner = "syncthing"; + owner = "root"; sopsFile = ../../../secrets/hosts/nixos-framework.yaml; restartUnits = [ "syncthing.service" ]; }; sops.secrets."syncthing-key" = { - owner = "syncthing"; + owner = "root"; sopsFile = ../../../secrets/hosts/nixos-framework.yaml; restartUnits = [ "syncthing.service" ]; };