add print service
This commit is contained in:
parent
9eef98a962
commit
452b6e3548
1 changed files with 10 additions and 1 deletions
|
|
@ -174,7 +174,16 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable CUPS for printing
|
# Enable CUPS for printing
|
||||||
services.printing.enable = true;
|
services.printing = {
|
||||||
|
enable = true;
|
||||||
|
drivers = with pkgs; [
|
||||||
|
cups-filters
|
||||||
|
gutenprint
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
# Printer management GUI
|
||||||
|
programs.system-config-printer.enable = true;
|
||||||
|
|
||||||
# Host-specific SSH configuration
|
# Host-specific SSH configuration
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue