remove dufs service from thinkpad

This commit is contained in:
Yan Lin 2026-01-25 06:58:45 +01:00
parent e5cde5371e
commit 52a05bfc53
2 changed files with 0 additions and 27 deletions

View file

@ -8,7 +8,6 @@
../../../modules/podman.nix
../../../modules/tailscale.nix
../../../modules/login-display.nix
../../../modules/dufs.nix
../../../modules/borg/client.nix
];
@ -212,10 +211,4 @@
};
};
services.dufs = {
sharedPath = "/home/yanlin/immich/ext-library";
user = "yanlin";
group = "users";
};
}