This commit is contained in:
TheWanderingCrow 2025-08-18 09:13:34 -04:00
parent 2b4925b603
commit 113c63fcff
4 changed files with 19 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{pkgs, ...}: {
services.printing = {
enable = true;
drivers = with pkgs; [
cups-filters
cups-browsed
brlaser
];
};
services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
}