From ba86b6f587697cd13d228f962d6223783e972539 Mon Sep 17 00:00:00 2001 From: Ciapa Date: Sat, 6 May 2023 06:56:30 +0000 Subject: [PATCH] Properly remove ash1 and hil1 --- flake.nix | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) diff --git a/flake.nix b/flake.nix index c154747..a89991d 100644 --- a/flake.nix +++ b/flake.nix @@ -20,28 +20,6 @@ ]; }; - "ash1-1.mirror.lewd.wtf" = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - specialArgs = { inherit inputs self; }; - modules = [ - sops-nix.nixosModules.sops - ./default.nix - ./hosts/ash1-1.mirror.lewd.wtf/configuration.nix - ./deployments/mirror/default.nix - ]; - }; - - "hil1-1.mirror.lewd.wtf" = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - specialArgs = { inherit inputs self; }; - modules = [ - sops-nix.nixosModules.sops - ./default.nix - ./hosts/hil1-1.mirror.lewd.wtf/configuration.nix - ./deployments/mirror/default.nix - ]; - }; - "master.mirror.lewd.wtf" = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs self; }; @@ -107,32 +85,6 @@ }; }; - "ash1-1.mirror.lewd.wtf" = { - sshOpts = [ "-p" "222" "-o" "StrictHostKeyChecking=no" ]; - hostname = "ash1-1.mirror.lewd.wtf"; - fastConnection = true; - - profiles.system = { - sshUser = "root"; - path = - deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations."ash1-1.mirror.lewd.wtf"; - user = "root"; - }; - }; - - "hil1-1.mirror.lewd.wtf" = { - sshOpts = [ "-p" "222" "-o" "StrictHostKeyChecking=no" ]; - hostname = "hil1-1.mirror.lewd.wtf"; - fastConnection = true; - - profiles.system = { - sshUser = "root"; - path = - deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations."hil1-1.mirror.lewd.wtf"; - user = "root"; - }; - }; - "master.mirror.lewd.wtf" = { sshOpts = [ "-p" "222" "-o" "StrictHostKeyChecking=no" ]; hostname = "master.mirror.lewd.wtf";