♻️ [shared] Move domain to common file
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{ common, ... }:
|
||||
let
|
||||
domain = "martials.no";
|
||||
domain = common.domain;
|
||||
in
|
||||
{
|
||||
services.caddy = {
|
||||
|
Reference in New Issue
Block a user