Skip to content

Commit

Permalink
feat(printing): enable CUPS client and auto-discovery via Avahi
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Aug 5, 2024
1 parent b9b00e9 commit d42eb5e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ in {
./system/nix-ld.nix
./system/performance.nix
./system/power.nix
./system/printing.nix
./system/screens.nix
./system/security.nix
./system/steam.nix
Expand Down
4 changes: 2 additions & 2 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions system/printing.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{...}: {
services.printing.enable = true;

services.avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
}

0 comments on commit d42eb5e

Please sign in to comment.