From 25d61847e692c29864bf667e95ac30fe9cf353d4 Mon Sep 17 00:00:00 2001 From: 514fpv Date: Mon, 8 Jan 2024 18:18:53 +0800 Subject: [PATCH] spec(incinerator): replace machine-id with unique value --- spec/incinerator/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/incinerator/default.nix b/spec/incinerator/default.nix index b68d0b77..79faf577 100644 --- a/spec/incinerator/default.nix +++ b/spec/incinerator/default.nix @@ -2,7 +2,7 @@ , modulesPath , ... }: { global = { - id = "bc8036643fc24f04ab150ff6a38dcce7"; + id = "62ea62fde6c04fb6b5c791892b6798c8"; auth.openssh.enable = true; libvirt.enable = false; io.bluetooth = false;