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