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