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";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
5
nixos/mirai/services/immich.nix
Normal file
5
nixos/mirai/services/immich.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{...}: {
|
||||
services.immich = {
|
||||
enable = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user