From 99d3f3c86d0bbbfa8b1d679bdaff414dc75bdcb2 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 16 May 2022 22:01:16 +0200 Subject: [PATCH] staging: set microvm.socket for clean microvm shutdowns --- hosts/staging/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/staging/configuration.nix b/hosts/staging/configuration.nix index 0e0f613..70cdaea 100644 --- a/hosts/staging/configuration.nix +++ b/hosts/staging/configuration.nix @@ -15,6 +15,7 @@ vcpu = 4; mem = 4096; hypervisor = "cloud-hypervisor"; + socket = "${config.networking.hostName}.socket"; interfaces = [ { type = "tap";