nas fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user