{mayushii,sayuri}: Fix samba startup

nazuna
Simon Bruder 2022-06-09 23:29:57 +02:00
parent ca8f640fbe
commit 25785ebd58
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 8 additions and 0 deletions

View File

@ -49,6 +49,10 @@
};
};
networking.firewall.trustedInterfaces = [ "virbr0" ];
systemd.services.samba-nmbd = {
wants = [ "libvirtd.service" ];
after = [ "libvirtd.service" ];
};
services.tor = {
enable = true;

View File

@ -63,6 +63,10 @@
};
};
networking.firewall.trustedInterfaces = [ "virbr0" ];
systemd.services.samba-nmbd = {
wants = [ "libvirtd.service" ];
after = [ "libvirtd.service" ];
};
networking.hostName = "sayuri";