Commit 89c5e4e

HPCesia <me@hpcesia.com>
2025-08-12 16:47:05
fix: gokapi env
1 parent e4526f1
Changed files (1)
hosts
chaser-pardofelis
hosts/chaser-pardofelis/gokapi.nix
@@ -1,6 +1,7 @@
 {
   lib,
   config,
+  myvars,
   ...
 }: {
   services.gokapi = {
@@ -8,6 +9,7 @@
     mutableSettings = true;
     environment = {
       GOKAPI_PORT = 53842;
+      GOKAPI_ADMIN_USER = myvars.useremail;
     };
     settings = {
       ServerUrl = "https://send.hpcesia.com/";