mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 17:34:05 -05:00
printing
This commit is contained in:
parent
2b4925b603
commit
113c63fcff
4 changed files with 19 additions and 0 deletions
16
hosts/common/optional/printing.nix
Normal file
16
hosts/common/optional/printing.nix
Normal 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;
|
||||
};
|
||||
}
|
||||
|
|
@ -37,6 +37,7 @@
|
|||
"hosts/common/optional/bluetooth.nix"
|
||||
"hosts/common/optional/keyd.nix"
|
||||
"hosts/common/optional/pentesting.nix"
|
||||
"hosts/common/optional/printing.nix"
|
||||
])
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
"hosts/common/optional/gaming.nix"
|
||||
"hosts/common/optional/vbox.nix"
|
||||
"hosts/common/optional/keyd.nix"
|
||||
"hosts/common/optional/printing.nix"
|
||||
])
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
])
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue