mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-06-18 10:29:13 +02:00
temmie/userweb: run passwd sync in different unit
This commit is contained in:
@@ -4,7 +4,9 @@ let
|
||||
in
|
||||
{
|
||||
options.services.pvv-userweb = {
|
||||
enable = lib.mkEnableOption "";
|
||||
enable = lib.mkEnableOption "" // {
|
||||
default = true;
|
||||
};
|
||||
|
||||
debugMode = lib.mkEnableOption "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user