Files
nixos-blueprint/hosts/dunamis/networking.nix
unexplrd 0f510c7431 hosts/dunamis/networking.nix: add hostId
hosts/sarien/networking.nix: add hostId

Signed-off-by: unexplrd <unexplrd@linerds.us>
2025-03-30 00:41:10 +02:00

8 lines
111 B
Nix

{
networking = {
hostId = "c7f6c4a1";
hostName = "dunamis";
networkmanager.enable = true;
};
}