diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/ganymede/config.nix | 6 | ||||
| -rw-r--r-- | hosts/mercury/hjem.nix | 1 |
2 files changed, 1 insertions, 6 deletions
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;}) |
