pads: move to ifsr.de
This commit is contained in:
parent
b4d8a71c65
commit
edac0c3eba
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
domain = "pad.${config.fsr.domain}";
|
||||
domain = "pad.ifsr.de";
|
||||
in
|
||||
{
|
||||
services = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue