break up into reusable modules
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
9
hosts/eldrid/networking.nix
Normal file
9
hosts/eldrid/networking.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
hostName = "eldrid";
|
||||
hosts = {
|
||||
"192.168.1.42" = ["dunamis"];
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user