From 9d63ec5dd2e7f96e54eb9eeff393c419887d7ebb Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 27 Aug 2025 00:00:21 +0000 Subject: [PATCH] hosts: remove references to lappy remote fs this was causing mount timeouts on _every_ deploy --- hosts/common/fs/remote-home.nix | 2 +- hosts/common/hosts.nix | 14 +++++++------- hosts/common/programs/nautilus.nix | 3 ++- .../programs/xdg-desktop-portal-nautilus.nix | 3 ++- 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/hosts/common/fs/remote-home.nix b/hosts/common/fs/remote-home.nix index 454f56481..af62d8079 100644 --- a/hosts/common/fs/remote-home.nix +++ b/hosts/common/fs/remote-home.nix @@ -79,7 +79,7 @@ lib.mkMerge [ (ifSshAuthorized (remoteHome "crappy" {})) (ifSshAuthorized (remoteHome "desko" {})) (ifSshAuthorized (remoteHome "flowy" {})) - (ifSshAuthorized (remoteHome "lappy" {})) + # (ifSshAuthorized (remoteHome "lappy" {})) (ifSshAuthorized (remoteHome "moby" { host = "moby-hn"; })) (ifSshAuthorized (remoteHome "servo" {})) ] diff --git a/hosts/common/hosts.nix b/hosts/common/hosts.nix index 4e902ac93..5e9cc977b 100644 --- a/hosts/common/hosts.nix +++ b/hosts/common/hosts.nix @@ -32,13 +32,13 @@ lan-ip = "10.78.79.56"; }; - sane.hosts.by-name."lappy" = { - ssh.user_pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDpmFdNSVPRol5hkbbCivRhyeENzb9HVyf9KutGLP2Zu"; - ssh.host_pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILSJnqmVl9/SYQ0btvGb0REwwWY8wkdkGXQZfn/1geEc"; - wg-home.pubkey = "FTUWGw2p4/cEcrrIE86PWVnqctbv8OYpw8Gt3+dC/lk="; - wg-home.ip = "10.0.10.20"; - lan-ip = "10.78.79.53"; - }; + # sane.hosts.by-name."lappy" = { + # ssh.user_pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDpmFdNSVPRol5hkbbCivRhyeENzb9HVyf9KutGLP2Zu"; + # ssh.host_pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILSJnqmVl9/SYQ0btvGb0REwwWY8wkdkGXQZfn/1geEc"; + # wg-home.pubkey = "FTUWGw2p4/cEcrrIE86PWVnqctbv8OYpw8Gt3+dC/lk="; + # wg-home.ip = "10.0.10.20"; + # lan-ip = "10.78.79.53"; + # }; sane.hosts.by-name."moby" = { # ssh.authorized = lib.mkDefault false; # moby's too easy to hijack: don't let it ssh places diff --git a/hosts/common/programs/nautilus.nix b/hosts/common/programs/nautilus.nix index 09fe2359e..98ead033d 100644 --- a/hosts/common/programs/nautilus.nix +++ b/hosts/common/programs/nautilus.nix @@ -36,7 +36,8 @@ sandbox.extraPaths = [ "/boot" "/mnt/desko" - "/mnt/lappy" + "/mnt/flowy" + # "/mnt/lappy" "/mnt/moby" "/mnt/servo" # "nix" diff --git a/hosts/common/programs/xdg-desktop-portal-nautilus.nix b/hosts/common/programs/xdg-desktop-portal-nautilus.nix index 191edcaaa..3ae5b7e1b 100644 --- a/hosts/common/programs/xdg-desktop-portal-nautilus.nix +++ b/hosts/common/programs/xdg-desktop-portal-nautilus.nix @@ -65,7 +65,8 @@ sandbox.extraPaths = [ "/boot" "/mnt/desko" - "/mnt/lappy" + "/mnt/flowy" + # "/mnt/lappy" "/mnt/moby" "/mnt/servo" # "nix"