skynet: website working again

This commit is contained in:
silver 2023-07-21 21:27:01 +01:00
parent 057a80356c
commit 4c99464bc4
3 changed files with 80 additions and 4 deletions

View file

@ -10,7 +10,7 @@
*/
{ pkgs, lib, nodes, ... }:
{ pkgs, lib, nodes, inputs, ... }:
let
# name of the server, sets teh hostname and record for it
name = "skynet";
@ -80,6 +80,8 @@ in {
forceSSL = true;
useACMEHost = "skynet";
documentRoot = "${inputs.skynet_website.defaultPackage."x86_64-linux"}";
# skynet.ie/~username
enableUserDir = true;
};