fix arguments
This commit is contained in:
parent
c37dc0dbf1
commit
aa4c3cf3e4
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
adtya-xyz,
|
||||
...
|
||||
}: {
|
||||
services.caddy.virtualHosts."adtya.xyz" = {
|
||||
serverAliases = ["www.adtya.xyz"];
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
if3,
|
||||
...
|
||||
}: {
|
||||
services.caddy.virtualHosts = {
|
||||
"if3.adtya.xyz" = {
|
||||
|
|
Loading…
Reference in a new issue