weilite: switch to dae in network module

This commit is contained in:
xinyangli 2025-04-10 13:00:06 +08:00
parent 1aad6589cf
commit a147a376e9
No known key found for this signature in database

View file

@ -102,7 +102,7 @@
type = "virtiofs"; type = "virtiofs";
options = "rw,nodev,nosuid"; options = "rw,nodev,nosuid";
} }
{ {
what = "originals"; what = "originals";
where = "/mnt/photos/xin/originals"; where = "/mnt/photos/xin/originals";
type = "virtiofs"; type = "virtiofs";
@ -148,11 +148,6 @@
2222 2222
]; ];
services.dae = {
enable = true;
configFile = "/var/lib/dae/config.dae";
};
services.tailscale = { services.tailscale = {
enable = true; enable = true;
openFirewall = true; openFirewall = true;