This commit is contained in:
Tasia Iso 2025-02-03 12:31:12 +01:00
parent 0b9f10c875
commit 265e1eebb4
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
3 changed files with 5 additions and 5 deletions

View file

@ -66,9 +66,9 @@ in {
services.logind.extraConfig = ''
# dont shutdown when power button is short-pressed
HandleLidSwitch=ignore
HandleLidSwitchExternalPower=ignore
HandleLidSwitchDocked=ignore
HandleLidSwitch=lock
HandleLidSwitchExternalPower=lock
HandleLidSwitchDocked=lock
'';
boot.loader.grub.enableCryptodisk = true;

View file

@ -1,5 +1,5 @@
{config, ...}: {
# services.nginx.virtualHosts."wallabag.vulpecula.zone" = {
# services.nginx.virtualHosts." ryptpad.vulpecula.zone" = {
# addSSL = true;
# enableACME = true;
# locations."/".proxyPass = "http://localhost:62106";

View file

@ -27,7 +27,7 @@
# Configure the Nginx virtual host
services.nginx = {
virtualHosts."wallabag.vulpecula.zone" = {
virtualHosts."thymis.vulpecula.zone" = {
# serverName = "wallabag.vulpecula.zone";
# locations."/".proxyPass = "http://localhost:${toString config.services.thymis-controller.listen-port}";
enableACME = true;