about summary refs log tree commit diff
path: root/ops
diff options
context:
space:
mode:
Diffstat (limited to 'ops')
-rw-r--r--ops/modules/www/tazj.in.nix2
-rw-r--r--ops/users/default.nix5
2 files changed, 6 insertions, 1 deletions
diff --git a/ops/modules/www/tazj.in.nix b/ops/modules/www/tazj.in.nix
index ea3cf1dc44..47eefca2a6 100644
--- a/ops/modules/www/tazj.in.nix
+++ b/ops/modules/www/tazj.in.nix
@@ -35,7 +35,7 @@
 
         # redirect for easier entry on a TV
         location = /tv {
-          return 302 https://tazj.in/blobs/play.html
+          return 302 https://tazj.in/blobs/play.html;
         }
 
         # Temporary place for serving static files.
diff --git a/ops/users/default.nix b/ops/users/default.nix
index c54a681dce..a2182a5460 100644
--- a/ops/users/default.nix
+++ b/ops/users/default.nix
@@ -229,4 +229,9 @@
     email = "tvl@alice-carroll.pet";
     password = "{ARGON2}$argon2id$v=19$m=19456,t=2,p=1$mt/0RzKw4RHxm7ybpMHP5Q$P/SDBMv5si9D98NFO/eZgh2+InlByqYxqAvQWhl+p0c";
   }
+  {
+    username = "yuka";
+    email = "tvl@yuka.dev";
+    password = "{ARGON2}$argon2id$v=19$m=65536,t=2,p=1$aEyiAIuynQMwfY7xE+pMxg$QdghylHO2JZMR/YyYf4UAnhhb/gBdAkoDeANEwdixxU";
+  }
 ]