From cd3fb00bb121c690e49c60d6fd021cca05e7e30f Mon Sep 17 00:00:00 2001 From: 514fpv Date: Mon, 8 Jan 2024 18:19:07 +0800 Subject: [PATCH] fix(koumakyou): unique machine-id value This has a duplicate template value. --- spec/koumakyou/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/koumakyou/default.nix b/spec/koumakyou/default.nix index 73ed21aa..34483fc4 100644 --- a/spec/koumakyou/default.nix +++ b/spec/koumakyou/default.nix @@ -2,7 +2,7 @@ , lib , ... }: { global = { - id = "bc8036643fc24f04ab150ff6a38dcce7"; + id = "eeb44fb1150944aab7d146b7caad789f"; auth.openssh.enable = true; fs.esp.uuid = "B20E-5994"; fs.type = "xfs";