diff --git a/common/moms-house/printer.nix b/common/moms-house/printer.nix index 1aa38b2..4b2cac2 100644 --- a/common/moms-house/printer.nix +++ b/common/moms-house/printer.nix @@ -20,4 +20,8 @@ openFirewall = true; }; }; + + networking.hosts = { + "10.0.11.2" = [ "BrotherPrinter4.local" "BrotherPrinter4" ]; + }; }