diff --git a/modules/hedgedoc.nix b/modules/hedgedoc.nix index a10abb1..a8602cc 100644 --- a/modules/hedgedoc.nix +++ b/modules/hedgedoc.nix @@ -1,6 +1,6 @@ { config, pkgs, lib, ... }: let - domain = "pad.${config.fsr.domain}"; + domain = "pad.ifsr.de"; in { services = { diff --git a/modules/padlist.nix b/modules/padlist.nix index 250dd59..ccd6890 100644 --- a/modules/padlist.nix +++ b/modules/padlist.nix @@ -1,7 +1,7 @@ # php pad lister tool written by jonas { pkgs, config, lib, ... }: let - domain = "list.pad.${config.fsr.domain}"; + domain = "list.pad.ifsr.de"; in { services.phpfpm.pools.padlist = {