From 11d05469368ecfe533c7720e7f5b624f2f8f19fc Mon Sep 17 00:00:00 2001 From: adikro Date: Sat, 7 Mar 2026 22:27:05 +0100 Subject: ... --- os/srv/sops.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'os/srv/sops.nix') diff --git a/os/srv/sops.nix b/os/srv/sops.nix index 40f9c74..fecb9df 100644 --- a/os/srv/sops.nix +++ b/os/srv/sops.nix @@ -23,17 +23,18 @@ in age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ]; secrets = { - "syncthing/gui_password" = { - owner = username; - sopsFile = ../../secrets/oci.yaml; + "syncthing/gui_password".owner = username; + "syncthing/encryption/game-saves".owner = username; + "syncthing/encryption/keepass".owner = username; + "vpn/warp_private_key" = { + owner = "root"; + group = "networkmanager"; + mode = "0400"; + restartUnits = [ "NetworkManager.service" ]; }; "obs/websocket_password".owner = username; root_password.neededForUsers = true; user_password.neededForUsers = true; - oracler_password = { - neededForUsers = true; - sopsFile = ../../secrets/oci.yaml; - }; }; }; -- cgit v1.3