feat: move immich to remote machine
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
./prowlarr.nix
|
||||
./flaresolverr.nix
|
||||
./searxng.nix
|
||||
./immich.nix
|
||||
|
||||
# ./home-assistant.nix
|
||||
# ./jellyfin.nix
|
||||
|
||||
@@ -145,6 +145,14 @@
|
||||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
"Tailscale" = [
|
||||
{
|
||||
abbr = "ts";
|
||||
href = "https://login.tailscale.com";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
./deluge.nix
|
||||
./homeassistant.nix
|
||||
./flaresolverr.nix
|
||||
./immich.nix
|
||||
# ./dnscrypt.nix
|
||||
# ./resolved.nix
|
||||
# ./blocky.nix
|
||||
|
||||
@@ -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
|
||||
# '';
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user