temp turn off immich on thinkpad

This commit is contained in:
Yan Lin 2026-02-10 14:43:32 +01:00
parent ee24f2848b
commit bfa4c50ce3

View file

@ -3,7 +3,7 @@
{ {
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
./containers.nix # ./containers.nix
../system-default.nix ../system-default.nix
../../../modules/podman.nix ../../../modules/podman.nix
../../../modules/tailscale.nix ../../../modules/tailscale.nix
@ -71,6 +71,7 @@
firewall.enable = false; firewall.enable = false;
}; };
systemd.services.NetworkManager-wait-online.enable = false;
# Power management for laptops # Power management for laptops
powerManagement = { powerManagement = {
@ -190,11 +191,9 @@
services.tailscale-custom.exitNode = true; services.tailscale-custom.exitNode = true;
services.borg-client-custom = { services.borg-client-custom = {
enable = true; enable = false;
repositoryUrl = "ssh://borg-box/./thinkpad"; repositoryUrl = "ssh://borg-box/./thinkpad";
backupPaths = [ backupPaths = [
"/home/yanlin/immich/ext-library/"
"/home/yanlin/immich/photo-library/library/admin/"
"/home/yanlin/Archive" "/home/yanlin/Archive"
"/home/yanlin/Credentials" "/home/yanlin/Credentials"
"/home/yanlin/Documents" "/home/yanlin/Documents"