From 34ebb6aef363c47a5315606a6ee5d347871c2ddb Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 7 Nov 2024 03:24:56 +0530 Subject: [PATCH] feat: remove machine-id from persist dir --- hosts/canopus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/canopus/default.nix b/hosts/canopus/default.nix index bd7bf17..d7656b0 100755 --- a/hosts/canopus/default.nix +++ b/hosts/canopus/default.nix @@ -300,7 +300,7 @@ "/etc/NetworkManager/system-connections" ]; files = [ - "/etc/machine-id" + # "/etc/machine-id" "/etc/ssh/ssh_host_ed25519_key" "/etc/ssh/ssh_host_ed25519_key.pub" "/etc/ssh/ssh_host_rsa_key"