cups: Add defaultShared, browsing and webInterace config option
This commit is contained in:
committed by
Domen Kožar
parent
65e2b83b36
commit
6f69dd46d7
@@ -9,6 +9,7 @@ import ./make-test.nix ({pkgs, ... }: {
|
||||
{ config, pkgs, ... }:
|
||||
{ services.printing.enable = true;
|
||||
services.printing.listenAddresses = [ "*:631" ];
|
||||
services.printing.defaultShared = true;
|
||||
services.printing.extraConf =
|
||||
''
|
||||
<Location />
|
||||
|
||||
Reference in New Issue
Block a user