proper mountpoint testing

This commit is contained in:
2025-07-10 01:31:52 -07:00
parent 265d5ff5fb
commit 888fbc3649
8 changed files with 24 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
{
pkgs,
config,
service_configs,
username,
@@ -7,7 +8,7 @@
}:
{
imports = [
(serviceMountDeps "gitea" [ config.services.gitea.stateDir ])
(serviceMountDeps "gitea" [ config.services.gitea.stateDir ] pkgs)
];
services.gitea = {