nas fixes

This commit is contained in:
mjallen18
2024-10-18 09:32:20 -05:00
parent 180c7abdf7
commit 5ddc18485b
9 changed files with 150 additions and 32 deletions

View File

@@ -61,6 +61,18 @@
restartUnits = [ "podman-immich-server.service" ];
};
sops.secrets."jallen-nas/wireguard/private" = {
# restartUnits = [ "podman-immich-server.service" ];
};
sops.secrets."jallen-nas/wireguard/public" = {
# restartUnits = [ "podman-immich-server.service" ];
};
sops.templates."wireguard-public".content = ''
"${config.sops.placeholder."jallen-nas/wireguard/public"}"
'';
# Permission modes are in octal representation (same as chmod),
# the digits represent: user|group|others
# 7 - full (rwx)