temmie/userweb: run passwd sync in different unit

This commit is contained in:
h7x4
2026-06-17 11:23:36 +09:00
parent b910cf9563
commit 75f87ffab8
4 changed files with 160 additions and 66 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ let
in
{
options.services.pvv-userweb = {
enable = lib.mkEnableOption "";
enable = lib.mkEnableOption "" // {
default = true;
};
debugMode = lib.mkEnableOption "";