fix domain name
All checks were successful
/ deploy (push) Successful in 33s

This commit is contained in:
toufic ar 2026-01-29 21:49:53 +02:00
parent 0fefd6137a
commit 5e854a779b
Signed by: toufic ar
SSH key fingerprint: SHA256:/NaO5I1nG3gYKzrzSiTYIdRyaIYxDWfr1U+d+yfJ/4k

View file

@ -5,7 +5,10 @@
nix.settings.experimental-features = ["nix-command" "flakes"]; nix.settings.experimental-features = ["nix-command" "flakes"];
customOps.owner = "toufy"; customOps.owner = "toufy";
customOps.domain = "toufy.me"; customOps.domain = {
name = "toufy";
tld = "me";
};
sops.secrets."ssh/authorizedKeys/owner" = {}; sops.secrets."ssh/authorizedKeys/owner" = {};