From fbecc291f4d3a5f93e487526701d43a494b88ece Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 25 Feb 2026 13:47:47 -0600 Subject: changes --- hosts/ganymede/config.nix | 6 ------ hosts/mercury/hjem.nix | 1 + 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'hosts') diff --git a/hosts/ganymede/config.nix b/hosts/ganymede/config.nix index 6d5e34f..8347e5a 100644 --- a/hosts/ganymede/config.nix +++ b/hosts/ganymede/config.nix @@ -57,12 +57,6 @@ { port = 22; listenAddr = "0.0.0.0"; - otp = true; - } - { - # also enable ipv6 - port = 22; - listenAddr = "[::]"; } ]; }; diff --git a/hosts/mercury/hjem.nix b/hosts/mercury/hjem.nix index 8504b64..ded2d7b 100644 --- a/hosts/mercury/hjem.nix +++ b/hosts/mercury/hjem.nix @@ -34,6 +34,7 @@ in { captive-browser # https://words.filippo.io/captive-browser captiveBrowserDesktop inputs.glide-browser.packages."x86_64-linux".default + inputs.vermilion.packages."x86_64-linux".default (pkgs.callPackage ../../pkgs/yoshi.nix {inherit inputs;}) (pkgs.callPackage ../../pkgs/yo.nix {inherit inputs;}) -- cgit v1.3.1