Added host rule.

This commit is contained in:
vorboyvo 2025-11-21 01:22:41 -05:00
parent c6ce818c63
commit 1870340390

View file

@ -28,6 +28,9 @@
networking.hostName = "de-lacadie"; # Define your hostname.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.hosts = {
"192.168.0.12" = [ "mstdn.isometry.group" ];
};
services.resolved = {
enable = true;