This commit is contained in:
mjallen18
2026-02-13 20:38:19 -06:00
parent 66ee83167f
commit f7ecb901db
3 changed files with 20 additions and 17 deletions

View File

@@ -91,7 +91,7 @@ in
"jallen-nas/collabora" = {
sopsFile = defaultSops;
restartUnits = [ "podman-collabora.service" ];
restartUnits = [ "coolwsd.service" ];
};
# ------------------------------
@@ -115,11 +115,11 @@ in
"jallen-nas/mariadb/db_pass" = {
sopsFile = defaultSops;
restartUnits = [ "podman-mariadb.service" ];
restartUnits = [ "mysql.service" ];
};
"jallen-nas/mariadb/root_pass" = {
sopsFile = defaultSops;
restartUnits = [ "podman-mariadb.service" ];
restartUnits = [ "mysql.service" ];
};
# ------------------------------
@@ -131,21 +131,21 @@ in
mode = "0650";
owner = config.users.users."${user}".name;
group = config.users.users."${user}".group;
restartUnits = [ "container@nextcloud.service" ];
restartUnits = [ "nextcloud.service" ];
};
"jallen-nas/nextcloud/adminpassword" = {
sopsFile = defaultSops;
mode = "0650";
owner = config.users.users."${user}".name;
group = config.users.users."${user}".group;
restartUnits = [ "container@nextcloud.service" ];
restartUnits = [ "nextcloud.service" ];
};
"jallen-nas/nextcloud/smtp_settings" = {
sopsFile = defaultSops;
mode = "0650";
owner = config.users.users."${user}".name;
group = config.users.users."${user}".group;
restartUnits = [ "container@nextcloud.service" ];
restartUnits = [ "nextcloud.service" ];
};
# ------------------------------
@@ -157,7 +157,7 @@ in
mode = "0655";
owner = config.users.users."${user}".name;
group = config.users.users."${user}".group;
restartUnits = [ "container@nextcloud.service" ];
restartUnits = [ "nextcloud.service" ];
};
# ------------------------------
@@ -177,7 +177,7 @@ in
sopsFile = defaultSops;
mode = "0440";
group = "keys";
restartUnits = [ "container@immich.service" ];
restartUnits = [ "immich.service" ];
};
# ------------------------------
@@ -195,15 +195,15 @@ in
"jallen-nas/paperless/secret" = {
sopsFile = defaultSops;
restartUnits = [ "container@paperless.service" ];
restartUnits = [ "paperless.service" ];
};
"jallen-nas/paperless/authentik-client-id" = {
sopsFile = defaultSops;
restartUnits = [ "container@paperless.service" ];
restartUnits = [ "paperless.service" ];
};
"jallen-nas/paperless/authentik-client-secret" = {
sopsFile = defaultSops;
restartUnits = [ "container@paperless.service" ];
restartUnits = [ "paperless.service" ];
};
# ------------------------------
@@ -215,14 +215,14 @@ in
owner = "root";
group = "keys";
mode = "0440";
restartUnits = [ "container@gitea.service" ];
restartUnits = [ "gitea.service" ];
};
"jallen-nas/gitea/metrics-key" = {
sopsFile = defaultSops;
owner = "root";
group = "keys";
mode = "0440";
restartUnits = [ "container@gitea.service" ];
restartUnits = [ "gitea.service" ];
};
# ------------------------------
@@ -280,6 +280,8 @@ in
"paperless.env" = {
content = ''
PAPERLESS_ADMIN_USER = "mjallen"
PAPERLESS_ADMIN_PASSWORD = ${config.sops.placeholder."matt_password"}
PAPERLESS_URL = "https://paperless.jallen.dev"
PAPERLESS_SECRET = ${config.sops.placeholder."jallen-nas/paperless/secret"}
PAPERLESS_ENABLE_ALLAUTH = true