Files
nixos-blueprint/hosts/dunamis/networking.nix
2025-04-28 22:53:03 +03:00

11 lines
166 B
Nix

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