From 1870340390260199055d2c79330da8b1dc677cc2 Mon Sep 17 00:00:00 2001 From: vorboyvo Date: Fri, 21 Nov 2025 01:22:41 -0500 Subject: [PATCH] Added host rule. --- hosts/de-lacadie/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/de-lacadie/configuration.nix b/hosts/de-lacadie/configuration.nix index 9201177..a69e2a1 100644 --- a/hosts/de-lacadie/configuration.nix +++ b/hosts/de-lacadie/configuration.nix @@ -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;