:3
This commit is contained in:
parent
596ba1d55a
commit
4161e84ddd
|
@ -18,6 +18,8 @@
|
||||||
HTTP_PORT = 62101;
|
HTTP_PORT = 62101;
|
||||||
# TODO
|
# TODO
|
||||||
DISABLE_SSH = true;
|
DISABLE_SSH = true;
|
||||||
|
APP_NAME = ":3";
|
||||||
|
APP_SLOGAN = "slogan";
|
||||||
};
|
};
|
||||||
# You can temporarily allow registration to create an admin user.
|
# You can temporarily allow registration to create an admin user.
|
||||||
service.DISABLE_REGISTRATION = true;
|
service.DISABLE_REGISTRATION = true;
|
||||||
|
|
|
@ -5,4 +5,6 @@
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# enableSSHSupport = true;
|
# enableSSHSupport = true;
|
||||||
# };
|
# };
|
||||||
|
|
||||||
|
services.pcscd.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue