diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-25 13:47:47 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-02-25 13:47:47 -0600 |
| commit | fbecc291f4d3a5f93e487526701d43a494b88ece (patch) | |
| tree | 8af9070313d274ed5ef282f395b9163df3364eb2 /hosts | |
| parent | d2747292dff98c64b974bdfe6b46bc62252298de (diff) | |
changes
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;}) |
