From e46bd3cfd61720a72a56247508244e0c16b98948 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Thu, 23 Mar 2023 11:47:10 +0100 Subject: [PATCH] feat: delete newton machine --- flake.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/flake.nix b/flake.nix index 947ffea..6bbc708 100644 --- a/flake.nix +++ b/flake.nix @@ -78,16 +78,6 @@ nixosConfigurations = builtins.mapAttrs (name: value: (lib.mkMachine { host = name; host-config = value; modules = self.nixosModules; nixpkgs = inputs.${lib.luj.machines.${name}.nixpkgs_version}; system = lib.luj.machines.${name}.arch; })) (lib.importConfig ./machines); - deploy.nodes.newton = { - hostname = "newton.julienmalka.me"; - profiles.system = { - sshUser = "root"; - sshOpts = [ "-p" "45" ]; - fastConnection = true; - path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.newton; - }; - }; - deploy.nodes.lambda = { hostname = "lambda.julienmalka.me"; profiles.system = {