hosts/legion: inline machine-id
This commit is contained in:
parent
b54497c7ea
commit
cd28907c9e
2 changed files with 1 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
|
||||
networking = {
|
||||
hostName = "legion";
|
||||
hostId = builtins.substring 0 8 (builtins.readFile ./machine-id);
|
||||
hostId = builtins.substring 0 8 "524209a432724c7abaf04398cdd6eecd";
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
systemd.services.NetworkManager-wait-online.enable = false;
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
524209a432724c7abaf04398cdd6eecd
|
Loading…
Add table
Add a link
Reference in a new issue