From 3cc06414743a96ebd046363c6cfb5b89f55b8a70 Mon Sep 17 00:00:00 2001 From: Xe Date: Sat, 19 Feb 2022 17:30:45 -0500 Subject: [PATCH] disable firgu for now Signed-off-by: Xe --- flake.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index f4fcdba..9dc651a 100644 --- a/flake.nix +++ b/flake.nix @@ -101,16 +101,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";