From 5016ff2c98c93cfd7a30083420f8e27d3bbfb494 Mon Sep 17 00:00:00 2001 From: Xe Date: Wed, 22 Jun 2022 19:48:09 +0000 Subject: [PATCH] test fix Signed-off-by: Xe --- hardware/alrest/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hardware/alrest/default.nix b/hardware/alrest/default.nix index a848b4c..b568dfa 100644 --- a/hardware/alrest/default.nix +++ b/hardware/alrest/default.nix @@ -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"; + }; }