From a6e9ff01c53d2c6f88778f80ef2bf74c6429614f Mon Sep 17 00:00:00 2001 From: Xe Date: Fri, 15 Apr 2022 11:37:12 -0400 Subject: [PATCH] it helps if you uncomment the host in question, just a little Signed-off-by: Xe --- flake.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index 5025e6e..5a2f90f 100644 --- a/flake.nix +++ b/flake.nix @@ -117,16 +117,16 @@ }; }; - # deploy.nodes.firgu = { - # hostname = "149.248.59.1"; - # sshUser = "root"; + deploy.nodes.firgu = { + hostname = "149.248.59.1"; + sshUser = "root"; - # profiles.system = { - # user = "root"; - # path = deploy-rs.lib.x86_64-linux.activate.nixos - # self.nixosConfigurations.firgu; - # }; - # }; + profiles.system = { + user = "root"; + path = deploy-rs.lib.x86_64-linux.activate.nixos + self.nixosConfigurations.firgu; + }; + }; deploy.nodes.logos = { hostname = "192.168.2.35";