diff --git a/machines/flake-module.nix b/machines/flake-module.nix index 222d6d5..db168ee 100644 --- a/machines/flake-module.nix +++ b/machines/flake-module.nix @@ -53,6 +53,12 @@ roles.peer.tags."all" = { }; }; + internet = { + roles.default.machines.crocus = { + settings.host = "git.turifer.dev"; + }; + }; + "sshd" = { module.input = "clan-core"; module.name = "sshd";