This commit is contained in:
parent
0fefd6137a
commit
5e854a779b
1 changed files with 4 additions and 1 deletions
|
|
@ -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" = {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue