feat: move immich to remote machine

This commit is contained in:
uttarayan21
2025-07-27 20:14:57 +05:30
parent 4a42fe9afa
commit 4c7b098104
5 changed files with 11 additions and 15 deletions

View File

@@ -1,22 +1,10 @@
{
pkgs,
lib,
...
}: {
{unstablePkgs, ...}: {
services = {
tailscale = {
enable = true;
# useRoutingFeatures = "both";
# extraUpFlags = ["--advertise-routes=192.168.0.0/24"];
package = unstablePkgs.tailscale;
};
# networkd-dispatcher = {
# enable = true;
# rules."50-tailscale" = {
# onState = ["routable"];
# script = ''
# ${lib.getExe pkgs.ethtool} -K en01 rx-udp-gro-forwarding on rg-xgro-list off
# '';
# };
# };
};
}