revise printer system

This commit is contained in:
Yan Lin 2025-11-07 11:09:27 +01:00
parent c931808bf5
commit fcfaa79f52
3 changed files with 25 additions and 12 deletions

View file

@ -173,18 +173,6 @@
];
};
# Enable CUPS for printing
services.printing = {
enable = true;
drivers = with pkgs; [
cups-filters
gutenprint
];
};
# Printer management GUI
programs.system-config-printer.enable = true;
# Host-specific SSH configuration
services.openssh = {
settings = {