hosts: remove references to lappy remote fs

this was causing mount timeouts on _every_ deploy
This commit is contained in:
2025-08-27 00:00:21 +00:00
parent 7ce93eae96
commit 9d63ec5dd2
4 changed files with 12 additions and 10 deletions

View File

@@ -79,7 +79,7 @@ lib.mkMerge [
(ifSshAuthorized (remoteHome "crappy" {})) (ifSshAuthorized (remoteHome "crappy" {}))
(ifSshAuthorized (remoteHome "desko" {})) (ifSshAuthorized (remoteHome "desko" {}))
(ifSshAuthorized (remoteHome "flowy" {})) (ifSshAuthorized (remoteHome "flowy" {}))
(ifSshAuthorized (remoteHome "lappy" {})) # (ifSshAuthorized (remoteHome "lappy" {}))
(ifSshAuthorized (remoteHome "moby" { host = "moby-hn"; })) (ifSshAuthorized (remoteHome "moby" { host = "moby-hn"; }))
(ifSshAuthorized (remoteHome "servo" {})) (ifSshAuthorized (remoteHome "servo" {}))
] ]

View File

@@ -32,13 +32,13 @@
lan-ip = "10.78.79.56"; lan-ip = "10.78.79.56";
}; };
sane.hosts.by-name."lappy" = { # sane.hosts.by-name."lappy" = {
ssh.user_pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDpmFdNSVPRol5hkbbCivRhyeENzb9HVyf9KutGLP2Zu"; # ssh.user_pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDpmFdNSVPRol5hkbbCivRhyeENzb9HVyf9KutGLP2Zu";
ssh.host_pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILSJnqmVl9/SYQ0btvGb0REwwWY8wkdkGXQZfn/1geEc"; # ssh.host_pubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILSJnqmVl9/SYQ0btvGb0REwwWY8wkdkGXQZfn/1geEc";
wg-home.pubkey = "FTUWGw2p4/cEcrrIE86PWVnqctbv8OYpw8Gt3+dC/lk="; # wg-home.pubkey = "FTUWGw2p4/cEcrrIE86PWVnqctbv8OYpw8Gt3+dC/lk=";
wg-home.ip = "10.0.10.20"; # wg-home.ip = "10.0.10.20";
lan-ip = "10.78.79.53"; # lan-ip = "10.78.79.53";
}; # };
sane.hosts.by-name."moby" = { sane.hosts.by-name."moby" = {
# ssh.authorized = lib.mkDefault false; # moby's too easy to hijack: don't let it ssh places # ssh.authorized = lib.mkDefault false; # moby's too easy to hijack: don't let it ssh places

View File

@@ -36,7 +36,8 @@
sandbox.extraPaths = [ sandbox.extraPaths = [
"/boot" "/boot"
"/mnt/desko" "/mnt/desko"
"/mnt/lappy" "/mnt/flowy"
# "/mnt/lappy"
"/mnt/moby" "/mnt/moby"
"/mnt/servo" "/mnt/servo"
# "nix" # "nix"

View File

@@ -65,7 +65,8 @@
sandbox.extraPaths = [ sandbox.extraPaths = [
"/boot" "/boot"
"/mnt/desko" "/mnt/desko"
"/mnt/lappy" "/mnt/flowy"
# "/mnt/lappy"
"/mnt/moby" "/mnt/moby"
"/mnt/servo" "/mnt/servo"
# "nix" # "nix"