Files
nixos-blueprint/hosts/sarien/networking.nix
2025-04-22 18:27:06 +03:00

11 lines
167 B
Nix

{
networking = {
networkmanager.enable = true;
hostId = "31150fae";
hostName = "sarien";
hosts = {
"192.168.1.42" = ["dunamis"];
};
};
}