summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
Diffstat (limited to '1systems')
-rw-r--r--1systems/tv/nomic.nix2
-rw-r--r--1systems/tv/wu.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/1systems/tv/nomic.nix b/1systems/tv/nomic.nix
index 1696c509..b6235297 100644
--- a/1systems/tv/nomic.nix
+++ b/1systems/tv/nomic.nix
@@ -32,7 +32,7 @@ with lib;
imports = [ ../../3modules/tv/nginx.nix ];
tv.nginx = {
enable = true;
- retiolum-locations = [
+ servers.default.locations = [
(nameValuePair "~ ^/~(.+?)(/.*)?\$" ''
alias /home/$1/public_html$2;
'')
diff --git a/1systems/tv/wu.nix b/1systems/tv/wu.nix
index 572416b3..d64f1bf0 100644
--- a/1systems/tv/wu.nix
+++ b/1systems/tv/wu.nix
@@ -133,7 +133,7 @@ with lib;
imports = [ ../../3modules/tv/nginx.nix ];
tv.nginx = {
enable = true;
- retiolum-locations = [
+ servers.default.locations = [
(nameValuePair "~ ^/~(.+?)(/.*)?\$" ''
alias /home/$1/public_html$2;
'')