diff options
| author | adikro <adikro@disroot.org> | 2026-05-10 23:02:01 +0200 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-05-10 23:02:01 +0200 |
| commit | 7c8503e8fa77cb20819e2ba5a6a0f1a261cf089f (patch) | |
| tree | 212001f743fba7224ac57007e1a499c7615c0b19 /os/srv/sops.nix | |
| parent | baf1cf5664b481de17849c97dc683fa81ade1c2e (diff) | |
added basic configuration for nginx, oci-containers and simplex-chat servers
Diffstat (limited to 'os/srv/sops.nix')
| -rw-r--r-- | os/srv/sops.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/srv/sops.nix b/os/srv/sops.nix index b5bf3af..20e1891 100644 --- a/os/srv/sops.nix +++ b/os/srv/sops.nix @@ -24,6 +24,8 @@ in secrets = { "syncthing/gui_password".owner = username; + "syncthing/encryption/openmw-config".owner = username; + "syncthing/encryption/openmw-mods".owner = username; "syncthing/encryption/game-saves".owner = username; "syncthing/encryption/keepass".owner = username; "syncthing/encryption/sync".owner = username; |
