fix missing lines in server module
This commit is contained in:
@@ -16,6 +16,9 @@
|
|||||||
nextcloud.imports = [ ./nextcloud.nix ];
|
nextcloud.imports = [ ./nextcloud.nix ];
|
||||||
|
|
||||||
server.imports = [
|
server.imports = [
|
||||||
|
./motd.nix
|
||||||
|
];
|
||||||
|
|
||||||
common.imports = [
|
common.imports = [
|
||||||
{
|
{
|
||||||
users.mutableUsers = lib.mkDefault false;
|
users.mutableUsers = lib.mkDefault false;
|
||||||
|
|||||||
Reference in New Issue
Block a user