{ ... }:
{


  sops.defaultSopsFile = ../../../secrets/secrets.yaml;
  sops.defaultSopsFormat = "yaml";

  sops.age.keyFile = "/etc/sops/keys.txt";

  sops.secrets."ssh/root/private" = {
    owner = "root";
  };

  sops.secrets."syncthing/password" = {
    mode = "440";
    owner = "willifan";
  };

}