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 = '' services.logind.extraConfig = ''
# dont shutdown when power button is short-pressed # dont 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;

View file

@ -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";

View file

@ -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;