From 22636d5ac5739c0a7b3b399a2ead3bd13d35553b Mon Sep 17 00:00:00 2001 From: Xe Date: Sat, 19 Feb 2022 17:26:43 -0500 Subject: [PATCH] flake: add firgu Signed-off-by: Xe --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/flake.nix b/flake.nix index a1beaa3..f4fcdba 100644 --- a/flake.nix +++ b/flake.nix @@ -101,6 +101,17 @@ }; }; + 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; + }; + }; + deploy.nodes.logos = { hostname = "192.168.2.35"; sshUser = "root";