{mayushii,sayuri}: Fix samba startup
This commit is contained in:
parent
ca8f640fbe
commit
25785ebd58
|
@ -49,6 +49,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.firewall.trustedInterfaces = [ "virbr0" ];
|
networking.firewall.trustedInterfaces = [ "virbr0" ];
|
||||||
|
systemd.services.samba-nmbd = {
|
||||||
|
wants = [ "libvirtd.service" ];
|
||||||
|
after = [ "libvirtd.service" ];
|
||||||
|
};
|
||||||
|
|
||||||
services.tor = {
|
services.tor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -63,6 +63,10 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.firewall.trustedInterfaces = [ "virbr0" ];
|
networking.firewall.trustedInterfaces = [ "virbr0" ];
|
||||||
|
systemd.services.samba-nmbd = {
|
||||||
|
wants = [ "libvirtd.service" ];
|
||||||
|
after = [ "libvirtd.service" ];
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "sayuri";
|
networking.hostName = "sayuri";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue