parent
391120878b
commit
5016ff2c98
|
@ -40,4 +40,9 @@
|
||||||
|
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
||||||
|
systemd.services.network-setup = {
|
||||||
|
serviceConfig.Type = "oneshot";
|
||||||
|
unitConfig.ExecStart = "${pkgs.coreutils}/bin/true";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue