This commit is contained in:
iFargle 2024-02-13 23:00:15 +09:00
parent 8bbb6b05a4
commit 08e9b22efc

View file

@ -3,12 +3,12 @@
# Set up the secrets file: # Set up the secrets file:
sops.secrets."syncthing-cert" = { sops.secrets."syncthing-cert" = {
owner = "syncthing"; owner = "root";
sopsFile = ../../../secrets/hosts/nixos-framework.yaml; sopsFile = ../../../secrets/hosts/nixos-framework.yaml;
restartUnits = [ "syncthing.service" ]; restartUnits = [ "syncthing.service" ];
}; };
sops.secrets."syncthing-key" = { sops.secrets."syncthing-key" = {
owner = "syncthing"; owner = "root";
sopsFile = ../../../secrets/hosts/nixos-framework.yaml; sopsFile = ../../../secrets/hosts/nixos-framework.yaml;
restartUnits = [ "syncthing.service" ]; restartUnits = [ "syncthing.service" ];
}; };