initial reconvergence of hyprland to support multiple hosts or some shit
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{ config, ... }:
|
||||
let
|
||||
settings = import ../settings.nix;
|
||||
domain = "mjallen.dev";
|
||||
serverIp = "10.0.1.18";
|
||||
serverIp = settings.hostAddress;
|
||||
|
||||
# Forward services
|
||||
authUrl = "http://${serverIp}:9000/outpost.goauthentik.io";
|
||||
|
||||
Reference in New Issue
Block a user