t490: add nixedo host

This commit is contained in:
Oliver Davies 2025-02-02 22:41:36 +00:00
parent c3265e0b48
commit 7989a4cbd3

View file

@ -83,4 +83,8 @@
warn-dirty = false;
};
};
networking.hosts = {
"192.168.1.116" = [ "nixedo" ];
};
}