test
This commit is contained in:
parent
8bbb6b05a4
commit
08e9b22efc
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue