Enable network printing and scanning
This commit is contained in:
15
modules/printing.nix
Normal file
15
modules/printing.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Enable CUPS
|
||||
services.printing.enable = true;
|
||||
|
||||
# Enable SANE
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
netConf = ''
|
||||
192.168.1.2
|
||||
10.8.0.1
|
||||
'';
|
||||
};
|
||||
}
|
||||
@@ -39,10 +39,12 @@
|
||||
# Audio
|
||||
mopidy
|
||||
ncmpcpp
|
||||
mpc_cli
|
||||
# Productivity
|
||||
fff
|
||||
zathura
|
||||
libreoffice
|
||||
gnome3.simple-scan
|
||||
# Propietary
|
||||
skypeforlinux
|
||||
# Mail stack
|
||||
|
||||
Reference in New Issue
Block a user