Make printers work again

This commit is contained in:
Benson Chu 2024-06-14 17:31:28 -05:00
parent 27e43666ef
commit e886602417

View file

@ -20,4 +20,8 @@
openFirewall = true;
};
};
networking.hosts = {
"10.0.11.2" = [ "BrotherPrinter4.local" "BrotherPrinter4" ];
};
}