Files
nixos-blueprint/hosts/eldrid/networking.nix
2025-03-28 16:39:21 +02:00

10 lines
142 B
Nix

{
networking = {
networkmanager.enable = true;
hostName = "eldrid";
hosts = {
"192.168.1.42" = ["dunamis"];
};
};
}