diff --git a/flake.nix b/flake.nix index 4ffc628..1a570d9 100644 --- a/flake.nix +++ b/flake.nix @@ -97,6 +97,15 @@ }; + deploy.nodes.tower = { + hostname = "tower.julienmalka.me"; + profiles.system = { + sshUser = "root"; + sshOpts = [ "-p" "45" ]; + fastConnection = true; + path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.tower; + }; + }; packages."x86_64-linux" = { tinystatus = import ./packages/tinystatus { inherit pkgs; };