1
Fork 0

Hardcoded machine ids!

This commit is contained in:
Matei Adriel 2023-07-18 16:16:57 +03:00
parent 24ce17adec
commit 4d2b0f9b5d
No known key found for this signature in database
3 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1 @@
{
environment.persistence."/persist/state".files = [
"/etc/machine-id"
];
}
{ }

View file

@ -21,6 +21,9 @@ in
# ID required by zfs.
networking.hostId = "08357db3";
# Set machine id for log continuity
environment.etc.machine-id.text = "d9571439c8a34e34b89727b73bad3587";
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "23.05";

View file

@ -21,6 +21,9 @@
# Set the name of this machine!
networking.hostName = "tethys";
# Set machine id for log continuity
environment.etc.machine-id.text = "08357db3540c4cd2b76d4bb7f825ec88";
# https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
system.stateVersion = "22.11";