a
This commit is contained in:
parent
0b9f10c875
commit
265e1eebb4
|
@ -66,9 +66,9 @@ in {
|
||||||
|
|
||||||
services.logind.extraConfig = ''
|
services.logind.extraConfig = ''
|
||||||
# don’t shutdown when power button is short-pressed
|
# don’t shutdown when power button is short-pressed
|
||||||
HandleLidSwitch=ignore
|
HandleLidSwitch=lock
|
||||||
HandleLidSwitchExternalPower=ignore
|
HandleLidSwitchExternalPower=lock
|
||||||
HandleLidSwitchDocked=ignore
|
HandleLidSwitchDocked=lock
|
||||||
'';
|
'';
|
||||||
|
|
||||||
boot.loader.grub.enableCryptodisk = true;
|
boot.loader.grub.enableCryptodisk = true;
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{config, ...}: {
|
{config, ...}: {
|
||||||
# services.nginx.virtualHosts."wallabag.vulpecula.zone" = {
|
# services.nginx.virtualHosts." ryptpad.vulpecula.zone" = {
|
||||||
# addSSL = true;
|
# addSSL = true;
|
||||||
# enableACME = true;
|
# enableACME = true;
|
||||||
# locations."/".proxyPass = "http://localhost:62106";
|
# locations."/".proxyPass = "http://localhost:62106";
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
# Configure the Nginx virtual host
|
# Configure the Nginx virtual host
|
||||||
services.nginx = {
|
services.nginx = {
|
||||||
virtualHosts."wallabag.vulpecula.zone" = {
|
virtualHosts."thymis.vulpecula.zone" = {
|
||||||
# serverName = "wallabag.vulpecula.zone";
|
# serverName = "wallabag.vulpecula.zone";
|
||||||
# locations."/".proxyPass = "http://localhost:${toString config.services.thymis-controller.listen-port}";
|
# locations."/".proxyPass = "http://localhost:${toString config.services.thymis-controller.listen-port}";
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
Loading…
Reference in a new issue