add webdav to thinkpad

This commit is contained in:
Yan Lin 2025-12-14 03:10:59 +01:00
parent a5ebd43b40
commit 5308aa4eff

View file

@ -9,7 +9,7 @@
../../../modules/tailscale.nix ../../../modules/tailscale.nix
../../../modules/login-display.nix ../../../modules/login-display.nix
../../../modules/borg/client.nix ../../../modules/borg/client.nix
../../../modules/samba.nix ../../../modules/dufs.nix
]; ];
# Bootloader - standard UEFI setup # Bootloader - standard UEFI setup
@ -213,10 +213,11 @@
}; };
}; };
services.samba-custom = { services.dufs = {
sharedPath = "/home/yanlin/nsfw/"; sharedPath = "/home/yanlin/nsfw";
shareName = "nsfw"; port = 5099;
user = "yanlin"; user = "yanlin";
group = "users";
}; };
} }