Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-06-22 19:48:09 +00:00
parent 391120878b
commit 5016ff2c98
1 changed files with 5 additions and 0 deletions

View File

@ -40,4 +40,9 @@
services.tailscale.enable = true;
virtualisation.libvirtd.enable = true;
systemd.services.network-setup = {
serviceConfig.Type = "oneshot";
unitConfig.ExecStart = "${pkgs.coreutils}/bin/true";
};
}