# Setting the machine-id avoids to reencrypt all credentials
# when reinstalling NixOS on a new drive.
# Manually generated with : uuidgen | tr -d -
- environment.etc.machine-id.text = "be4a9e8cde1145c1bfcff894e36206d6";
+ environment.etc.machine-id.source = ./machine-id.clear;
# The 32-bit host id of the host, formatted as 8 hexadecimal characters.
# You should try to make this id unique among your hosts.
# Setting the machine-id avoids to reencrypt all credentials
# when reinstalling NixOS on a new drive.
# Manually generated with : uuidgen | tr -d -
- environment.etc.machine-id.text = "46e396e54c264a3594d21de5c519dccf";
+ environment.etc.machine-id.source = ./machine-id.clear;
# The 32-bit host id of the host, formatted as 8 hexadecimal characters.
# You should try to make this id unique among your hosts.