diff --git a/home/profiles/ame/default.nix b/home/profiles/ame/default.nix
index f168032..cd5a4bd 100644
--- a/home/profiles/ame/default.nix
+++ b/home/profiles/ame/default.nix
@@ -63,10 +63,6 @@
         Hostname 100.73.192.45
         User notoh
         IdentityFile ~/.ssh/haru
-      Host kaze
-        Hostname 100.69.79.81
-        User notoh
-        IdentityFile ~/.ssh/kaze
       Host basegbot
         HostName 100.83.81.116
         User basegbot
diff --git a/home/profiles/tsuki/default.nix b/home/profiles/tsuki/default.nix
index ab27092..a27b975 100644
--- a/home/profiles/tsuki/default.nix
+++ b/home/profiles/tsuki/default.nix
@@ -47,7 +47,6 @@
     wine
     bottles
     lutris
-    r2modman
     moonlight-qt
     tokei
     jellyfin-media-player
@@ -58,6 +57,7 @@
     uxplay
     drawio
     postman
+    gale
     inputs.zen.packages.${pkgs.system}.default
     inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
     inputs.flocon.packages.${pkgs.system}.bolt-launcher
@@ -105,10 +105,6 @@
         Hostname 100.73.192.45
         User notoh
         IdentityFile ~/.ssh/haru
-      Host kaze
-        Hostname 100.69.79.81
-        User notoh
-        IdentityFile ~/.ssh/kaze
       Host basegbot
         HostName 100.83.81.116
         User basegbot
diff --git a/home/programs/terminal/nushell/config.nu b/home/programs/terminal/nushell/config.nu
index d96885e..f5f8638 100755
--- a/home/programs/terminal/nushell/config.nu
+++ b/home/programs/terminal/nushell/config.nu
@@ -18,7 +18,7 @@ alias grep = rg
 alias build = nh os boot .
 alias switch = nh os switch .
 alias clean = sudo nh clean all
-alias deploy = nix run github:serokell/deploy-rs
+alias deploy = nix run github:serokell/deploy-rs -- --targets
 alias sakura = nix run github:serokell/deploy-rs ".#sakura"
 alias kariru = nix run github:serokell/deploy-rs ".#kariru"
 alias yuki = nix run github:serokell/deploy-rs ".#yuki"
@@ -26,7 +26,6 @@ alias arashi = nix run github:serokell/deploy-rs ".#arashi"
 alias sora = nix run github:serokell/deploy-rs ".#sora"
 alias tsuru = nix run github:serokell/deploy-rs ".#tsuru"
 alias haru = nix run github:serokell/deploy-rs ".#haru"
-alias kaze = nix run github:serokell/deploy-rs ".#kaze"
 alias dl = yt-dlp -P ~/Videos/downloaded
 alias dlad = yt-dlp -x --audio-format mp3 --embed-thumbnail
 alias dlcd = yt-dlp
diff --git a/hosts/arashi/networking.nix b/hosts/arashi/networking.nix
index 8f44c5e..2e4b7cc 100644
--- a/hosts/arashi/networking.nix
+++ b/hosts/arashi/networking.nix
@@ -9,7 +9,7 @@ _: {
   environment.etc = {
     "resolv.conf".text = ''
       nameserver 192.168.1.103
-      nameserver 9.9.9.9
+      nameserver 1.1.1.1
     '';
   };
 }
diff --git a/hosts/default.nix b/hosts/default.nix
index d434833..cef5707 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -151,21 +151,5 @@
         }
       ];
     };
-    kaze = nixosSystem {
-      inherit specialArgs;
-      modules = [
-        ./kaze
-        {
-          home-manager = {
-            useGlobalPkgs = true;
-            useUserPackages = true;
-            extraSpecialArgs = specialArgs;
-            users.notoh = {
-              imports = homeImports."default";
-            };
-          };
-        }
-      ];
-    };
   };
 }
diff --git a/hosts/deploy.nix b/hosts/deploy.nix
index 2456614..9d9f351 100644
--- a/hosts/deploy.nix
+++ b/hosts/deploy.nix
@@ -71,16 +71,6 @@
         sshOpts = ["-t" "-i" "~/.ssh/forgejo"];
         magicRollback = true;
       };
-      kaze = {
-        hostname = "100.69.79.81";
-        profiles.system = {
-          user = "root";
-          path = activate.nixos inputs.self.nixosConfigurations.kaze;
-        };
-        sshUser = "root";
-        sshOpts = ["-t" "-i" "~/.ssh/forgejo"];
-        magicRollback = true;
-      };
     };
   };
 }
diff --git a/hosts/haru/networking.nix b/hosts/haru/networking.nix
index 0e762d9..eebf315 100644
--- a/hosts/haru/networking.nix
+++ b/hosts/haru/networking.nix
@@ -9,7 +9,7 @@ _: {
   environment.etc = {
     "resolv.conf".text = ''
       nameserver 192.168.1.103
-      nameserver 9.9.9.9
+      nameserver 1.1.1.1
     '';
   };
 }
diff --git a/hosts/kariru/networking.nix b/hosts/kariru/networking.nix
index 22bd65e..d741284 100644
--- a/hosts/kariru/networking.nix
+++ b/hosts/kariru/networking.nix
@@ -9,7 +9,7 @@ _: {
   environment.etc = {
     "resolv.conf".text = ''
       nameserver 192.168.1.103
-      nameserver 9.9.9.9
+      nameserver 1.1.1.1
     '';
   };
 }
diff --git a/hosts/kaze/default.nix b/hosts/kaze/default.nix
deleted file mode 100644
index 4fc9ba5..0000000
--- a/hosts/kaze/default.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{...}: {
-  imports = [
-    ./hardware.nix
-    ./services
-    ./networking.nix
-    ./topology.nix
-    ../common
-  ];
-
-  users = {
-    users.notoh.openssh.authorizedKeys.keys = [
-      "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE4qfqJNxwNg9ryeT/XbjfQyuDKbBAwRn2Lzq3Iq5kA7 kaze"
-    ];
-    users.root.openssh.authorizedKeys.keys = [
-      "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMd8j1+fC/ng7l17rsxugVtlhurUe1ICizwA9lQkSuNY forgejo"
-    ];
-  };
-}
diff --git a/hosts/kaze/hardware.nix b/hosts/kaze/hardware.nix
deleted file mode 100644
index 88bb176..0000000
--- a/hosts/kaze/hardware.nix
+++ /dev/null
@@ -1,48 +0,0 @@
-{
-  lib,
-  modulesPath,
-  ...
-}: {
-  imports = [
-    (modulesPath + "/profiles/qemu-guest.nix")
-  ];
-
-  boot = {
-    kernelModules = ["kvm-amd"];
-    extraModulePackages = [];
-    loader.grub = {
-      enable = true;
-      configurationLimit = 5;
-      device = "/dev/vda";
-      useOSProber = true;
-    };
-    initrd = {
-      availableKernelModules = ["ata_piix" "uhci_hcd" "virtio_pci" "virtio_scsi" "sd_mod" "sr_mod" "virtio_blk"];
-      kernelModules = [];
-    };
-  };
-
-  fileSystems = {
-    "/" = {
-      device = "/dev/disk/by-uuid/9cb414ab-0bb4-4db7-b77e-7d2a8cafd657";
-      fsType = "ext4";
-    };
-    "/var/lib/slab" = {
-      device = "/dev/disk/by-uuid/733a3f7b-b232-4b34-8742-460a67d8f1d0";
-      fsType = "ext4";
-    };
-  };
-
-  swapDevices = [
-    {device = "/dev/disk/by-uuid/100a4262-ce57-47a7-b99a-f124a8e369de";}
-  ];
-
-  # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
-  # (the default) this is the recommended approach. When using systemd-networkd it's
-  # still possible to use this option, but it's recommended to use it in conjunction
-  # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
-  networking.useDHCP = lib.mkDefault true;
-  # networking.interfaces.ens3.useDHCP = lib.mkDefault true;
-
-  nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
-}
diff --git a/hosts/kaze/networking.nix b/hosts/kaze/networking.nix
deleted file mode 100644
index d31330c..0000000
--- a/hosts/kaze/networking.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-_: {
-  networking = {
-    networkmanager.enable = true;
-    hostName = "kaze";
-    firewall = {
-      enable = true;
-    };
-  };
-  environment.etc = {
-    "resolv.conf".text = ''
-      nameserver 9.9.9.9
-      nameserver 149.112.112.112
-    '';
-  };
-}
diff --git a/hosts/kaze/services/default.nix b/hosts/kaze/services/default.nix
deleted file mode 100644
index 50199ae..0000000
--- a/hosts/kaze/services/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-_: {
-  imports = [
-    ./tailscale.nix
-    ./minio.nix
-  ];
-}
diff --git a/hosts/kaze/services/minio.nix b/hosts/kaze/services/minio.nix
deleted file mode 100644
index 3fe5120..0000000
--- a/hosts/kaze/services/minio.nix
+++ /dev/null
@@ -1,27 +0,0 @@
-{
-  config,
-  pkgs,
-  ...
-}: {
-  environment.systemPackages = [pkgs.minio-client];
-
-  systemd.services.minio.environment = {MINIO_BROWSER_REDIRECT = "false";};
-
-  sops.secrets.minio = {
-    owner = "minio";
-    group = "minio";
-    mode = "0600";
-    restartUnits = ["minio.service"];
-  };
-  services.minio = let
-    dataDir = "/var/lib/slab/minio";
-  in {
-    enable = true;
-    region = "us-east-1";
-    consoleAddress = "0.0.0.0:9006";
-    listenAddress = "0.0.0.0:9005";
-    rootCredentialsFile = config.sops.secrets.minio.path;
-    dataDir = ["${dataDir}/data"];
-    configDir = "${dataDir}/config";
-  };
-}
diff --git a/hosts/kaze/services/tailscale.nix b/hosts/kaze/services/tailscale.nix
deleted file mode 100644
index b81ec21..0000000
--- a/hosts/kaze/services/tailscale.nix
+++ /dev/null
@@ -1,41 +0,0 @@
-{
-  config,
-  lib,
-  pkgs,
-  ...
-}: {
-  sops.secrets.tsauth-kaze = {sopsFile = ../../../secrets/tailscale/secrets.yaml;};
-  environment.systemPackages = [pkgs.jq pkgs.tailscale];
-  services.tailscale = {
-    useRoutingFeatures = lib.mkDefault "client";
-  };
-  networking.firewall.allowedUDPPorts = [config.services.tailscale.port];
-  networking.firewall.trustedInterfaces = [config.services.tailscale.interfaceName];
-
-  systemd.services.tailscale-autoconnect = {
-    description = "Automatic connection to Tailscale";
-
-    # make sure tailscale is running before trying to connect to tailscale
-    after = ["network-pre.target" "tailscale.service"];
-    wants = ["network-pre.target" "tailscale.service"];
-    wantedBy = ["multi-user.target"];
-
-    # set this service as a oneshot job
-    serviceConfig.Type = "oneshot";
-
-    # have the job run this shell script
-    script = with pkgs; ''
-      # wait for tailscaled to settle
-      sleep 2
-
-      # check if we are already authenticated to tailscale
-      status="$(${tailscale}/bin/tailscale status -json | ${jq}/bin/jq -r .BackendState)"
-      if [ $status = "Running" ]; then # if so, then do nothing
-        exit 0
-      fi
-
-      # otherwise authenticate with tailscale
-      ${tailscale}/bin/tailscale up -authkey file:${config.sops.secrets.tsauth-kaze.path} --exit-node=100.104.42.96 --exit-node-allow-lan-access=true --accept-dns=false
-    '';
-  };
-}
diff --git a/hosts/kaze/topology.nix b/hosts/kaze/topology.nix
deleted file mode 100644
index 0076a59..0000000
--- a/hosts/kaze/topology.nix
+++ /dev/null
@@ -1,20 +0,0 @@
-_: {
-  topology = {
-    self = {
-      name = "kaze";
-      hardware.info = "BuyVM VPS";
-      interfaces = {
-        tailscale0 = {
-          addresses = ["100.69.79.81/32"];
-          network = "tailscale0";
-          type = "wireguard";
-        };
-        eth0 = {
-          network = "hetzner";
-          addresses = ["198.98.48.71 "];
-          type = "ethernet";
-        };
-      };
-    };
-  };
-}
diff --git a/hosts/sakura/networking.nix b/hosts/sakura/networking.nix
index 8c3488b..9c3fcfc 100644
--- a/hosts/sakura/networking.nix
+++ b/hosts/sakura/networking.nix
@@ -9,7 +9,7 @@ _: {
   environment.etc = {
     "resolv.conf".text = ''
       nameserver 192.168.1.103
-      nameserver 9.9.9.9
+      nameserver 1.1.1.1
     '';
   };
 }
diff --git a/hosts/sakura/services/grafana.nix b/hosts/sakura/services/grafana.nix
index 4ec34ca..251f8a7 100644
--- a/hosts/sakura/services/grafana.nix
+++ b/hosts/sakura/services/grafana.nix
@@ -68,12 +68,6 @@ in {
             url = "http://100.82.146.40:${prometheusPort}";
             orgId = 1;
           }
-          {
-            name = "Prometheus-kaze";
-            type = "prometheus";
-            url = "http://100.69.79.81:${prometheusPort}";
-            orgId = 1;
-          }
           {
             name = "Prometheus-haru";
             type = "prometheus";
diff --git a/hosts/sora/networking.nix b/hosts/sora/networking.nix
index 69b7015..7c8dedf 100644
--- a/hosts/sora/networking.nix
+++ b/hosts/sora/networking.nix
@@ -2,7 +2,7 @@
   networking = {
     hostName = "sora";
     nameservers = [
-      "9.9.9.9"
+      "1.1.1.1"
       "149.112.112.112"
     ];
     defaultGateway = "172.31.1.1";
diff --git a/hosts/tsuki/networking.nix b/hosts/tsuki/networking.nix
index 6985aa1..4bfcd95 100644
--- a/hosts/tsuki/networking.nix
+++ b/hosts/tsuki/networking.nix
@@ -20,7 +20,7 @@ _: {
   environment.etc = {
     "resolv.conf".text = ''
       nameserver 192.168.1.103
-      nameserver 9.9.9.9
+      nameserver 1.1.1.1
       options edns0
     '';
   };
diff --git a/hosts/tsuru/networking.nix b/hosts/tsuru/networking.nix
index b2ddf7d..d4dcc34 100644
--- a/hosts/tsuru/networking.nix
+++ b/hosts/tsuru/networking.nix
@@ -9,7 +9,7 @@ _: {
   environment.etc = {
     "resolv.conf".text = ''
       nameserver 192.168.1.103
-      nameserver 9.9.9.9
+      nameserver 1.1.1.1
     '';
   };
 }
diff --git a/hosts/yuki/networking.nix b/hosts/yuki/networking.nix
index b26bddb..d34b414 100644
--- a/hosts/yuki/networking.nix
+++ b/hosts/yuki/networking.nix
@@ -9,7 +9,7 @@ _: {
   environment.etc = {
     "resolv.conf".text = ''
       nameserver 192.168.1.103
-      nameserver 9.9.9.9
+      nameserver 1.1.1.1
     '';
   };
 }