mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2024-11-22 11:41:26 +00:00
Hotfix: default value for users option
This commit is contained in:
parent
1be64cce4d
commit
3f9f439c95
|
@ -163,6 +163,7 @@ in
|
||||||
Users that will be created on the server
|
Users that will be created on the server
|
||||||
'';
|
'';
|
||||||
type = types.nullOr (types.listOf (types.attrsOf types.anything));
|
type = types.nullOr (types.listOf (types.attrsOf types.anything));
|
||||||
|
default = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue