hosts/sarien/networking.nix: something

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-29 20:51:38 +02:00
parent 3f602f925f
commit 0826503309

View File

@ -1,7 +1,12 @@
{ let
networking = { hosts.sarien = {
networkmanager.enable = true; hostId = "31150fae";
hostName = "vylxae"; hostName = "vylxae";
};
in {
networking = {
inherit (hosts.sarien) hostId hostName;
networkmanager.enable = true;
hosts = { hosts = {
"192.168.1.42" = ["dunamis"]; "192.168.1.42" = ["dunamis"];
}; };