From 5e854a779bbecfbd3d3e95c1ad717c653d12f87b Mon Sep 17 00:00:00 2001 From: toufic ar Date: Thu, 29 Jan 2026 21:49:53 +0200 Subject: [PATCH] fix domain name --- config/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/configuration.nix b/config/configuration.nix index 73939a8..d4449be 100644 --- a/config/configuration.nix +++ b/config/configuration.nix @@ -5,7 +5,10 @@ nix.settings.experimental-features = ["nix-command" "flakes"]; customOps.owner = "toufy"; - customOps.domain = "toufy.me"; + customOps.domain = { + name = "toufy"; + tld = "me"; + }; sops.secrets."ssh/authorizedKeys/owner" = {};