Guix (not working)

This commit is contained in:
Aleksandr Lebedev 2025-11-14 14:44:58 +01:00
parent d6ec2c7f4d
commit e99fb387cb
5 changed files with 119 additions and 1 deletions

View file

@ -195,6 +195,13 @@ in {
proxyWebsockets = true;
};
};
"guix.kylekrein.com" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://localhost:${toString config.services.guix.publish.port}";
};
};
"paperless.kylekrein.com" = {
enableACME = true;
forceSSL = true;