add udiskie for automount

This commit is contained in:
2025-11-12 21:10:22 -06:00
parent cfb55f980d
commit 7d97acfdfb
10 changed files with 119 additions and 4 deletions

View File

@@ -21,6 +21,9 @@ in {
"--accept-dns=true" # explicitly allow resolved
];
};
systemd.services.tailscaled = {
after = [ "remote-fs.target" ]; # keep tailscale up until remote mounts are unmounted
};
# network config
networking.firewall.trustedInterfaces = ["tailscale0"];