add local proxy to immich

This commit is contained in:
Yan Lin 2025-11-29 22:33:35 +01:00
parent 42cff0f304
commit a4b2a87960
3 changed files with 19 additions and 28 deletions

View file

@ -7,7 +7,6 @@
../../../modules/hyprland/system.nix
../../../modules/tailscale.nix
../../../modules/login-display.nix
../../../modules/dufs.nix
];
# Bootloader - standard UEFI setup
@ -243,10 +242,4 @@
showDiskUsage = true;
};
services.dufs = {
sharedPath = "/home/yanlin/NSFW";
user = "yanlin";
group = "users";
};
}