commit fe2496894b3f6e7ffbfd25f867e3788aeaaabd50 parent 652be61a32ce1a6a86db7c70f5b1b0bfa48e2f85 Author: Vincent Demeester <vincent@sbr.pm> Date: Fri, 15 Oct 2021 15:56:33 +0200 ops/home: remove okinawa Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | ops/home/network.nix | | | 6 | ------ |
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/ops/home/network.nix b/ops/home/network.nix @@ -47,10 +47,4 @@ in deployment.tags = [ "baremetal" "sakhalin" ]; imports = [ ../../systems/hosts/sakhalin.nix ]; }; - "okinawa" = { config, pkgs, lib, ... }: { - deployment.targetUser = "root"; - deployment.targetHost = "okinawa.home"; - deployment.tags = [ "baremetal" "okinawa" ]; - imports = [ ../../systems/hosts/okinawa.nix ]; - }; }