weilite: switch to dae in network module

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

View file

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