fix missing lines in server module
This commit is contained in:
parent
0a4de86576
commit
282a02d55c
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue