hosts/dunamis/networking.nix: add hostId
hosts/sarien/networking.nix: add hostId Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
networking = {
|
networking = {
|
||||||
networkmanager.enable = true;
|
hostId = "c7f6c4a1";
|
||||||
hostName = "dunamis";
|
hostName = "dunamis";
|
||||||
|
networkmanager.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
let
|
{
|
||||||
hosts.sarien = {
|
networking = {
|
||||||
|
networkmanager.enable = true;
|
||||||
hostId = "31150fae";
|
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"];
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user