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";