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;
};
}

View file

@ -37,6 +37,7 @@
"hosts/common/optional/bluetooth.nix"
"hosts/common/optional/keyd.nix"
"hosts/common/optional/pentesting.nix"
"hosts/common/optional/printing.nix"
])
];

View file

@ -39,6 +39,7 @@
"hosts/common/optional/gaming.nix"
"hosts/common/optional/vbox.nix"
"hosts/common/optional/keyd.nix"
"hosts/common/optional/printing.nix"
])
];

View file

@ -37,6 +37,7 @@
"hosts/common/optional/gaming.nix"
"hosts/common/optional/vbox.nix"
"hosts/common/optional/docker.nix"
"hosts/common/optional/printing.nix"
"modules/services/ollama"
])
];