hosts/dunamis/networking.nix: add hostId

hosts/sarien/networking.nix: add hostId

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-30 00:31:26 +02:00
parent 079654ef48
commit 0f510c7431
2 changed files with 5 additions and 8 deletions

View File

@ -1,6 +1,7 @@
{
networking = {
networkmanager.enable = true;
hostId = "c7f6c4a1";
hostName = "dunamis";
networkmanager.enable = true;
};
}