diff --git a/hosts/bebop/configuration.nix b/hosts/bebop/configuration.nix index 4097576..002d5cd 100644 --- a/hosts/bebop/configuration.nix +++ b/hosts/bebop/configuration.nix @@ -49,6 +49,7 @@ in "192.168.0.7" = [ "bebop" ]; "192.168.0.164" = [ "titan" ]; "192.168.0.181" = [ "lapetus" ]; + "192.168.0.239" = [ "rhea" ]; }; }; diff --git a/hosts/hermes/configuration.nix b/hosts/hermes/configuration.nix index ea37daf..e8ab9e3 100644 --- a/hosts/hermes/configuration.nix +++ b/hosts/hermes/configuration.nix @@ -12,6 +12,7 @@ "192.168.0.7" = [ "bebop" ]; "192.168.0.164" = [ "titan" ]; "192.168.0.181" = [ "lapetus" ]; + "192.168.0.239" = [ "rhea" ]; }; }; diff --git a/modules/fish.nix b/modules/fish.nix index 8fce872..0a373e8 100644 --- a/modules/fish.nix +++ b/modules/fish.nix @@ -74,6 +74,7 @@ "bebop" = "ssh payas@bebop"; "titan" = "ssh payas@titan"; "lapetus" = "ssh payas@lapetus"; + "rhea" = "ssh payas@rhea"; "bbrb" = "sudo nixos-rebuild boot --flake .#bebop -v --target-host root@bebop"; "bbrs" = "sudo nixos-rebuild switch --flake .#bebop -v --target-host root@bebop"; "bkp" = "emacs --script ~/org/elisp-fu/bkp.el";