diff --git a/templates/new-clan/flake.nix b/templates/new-clan/flake.nix index a87e490fb..1acecd5ad 100644 --- a/templates/new-clan/flake.nix +++ b/templates/new-clan/flake.nix @@ -43,7 +43,10 @@ # IMPORTANT! Add your SSH key here # e.g. > cat ~/.ssh/id_ed25519.pub - users.users.root.openssh.authorizedKeys.keys = [ "" ]; + users.users.root.openssh.authorizedKeys.keys = throw '' + Don't forget to add your SSH key here! + users.users.root.openssh.authorizedKeys.keys = [ "" ] + ''; # Zerotier needs one controller to accept new nodes. Once accepted # the controller can be offline and routing still works. @@ -73,7 +76,10 @@ # IMPORTANT! Add your SSH key here # e.g. > cat ~/.ssh/id_ed25519.pub - users.users.root.openssh.authorizedKeys.keys = [ "" ]; + users.users.root.openssh.authorizedKeys.keys = throw '' + Don't forget to add your SSH key here! + users.users.root.openssh.authorizedKeys.keys = [ "" ] + ''; /* After jon is deployed, uncomment the following line