From 8a3e9431420e5ad336be16847a25e6cbdb8c6169 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Mon, 9 Jan 2023 22:10:53 +0100 Subject: [PATCH] Added tower as deployed machine --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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; };