Skip to content

Commit

Permalink
feat: fix kong print drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
terlar committed Nov 4, 2024
1 parent c56f611 commit bc9650e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configurations/nixos/kong/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ in
# Fingerprint reader
fprintd.enable = false;

# Printing
printing = {
enable = true;
drivers = [
pkgs.cups-bjnp
pkgs.gutenprintBin
pkgs.gutenprint
];
};

Expand Down

0 comments on commit bc9650e

Please sign in to comment.