skynet: website working again
This commit is contained in:
parent
057a80356c
commit
4c99464bc4
3 changed files with 80 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue