summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorJascha Geerds <jg@ekby.de>2015-05-04 22:32:35 +0200
committerDomen Kožar <domen@dev.si>2015-05-10 13:46:32 +0200
commit6f69dd46d7282db8ae31a83b873396524b8fc053 (patch)
treea944e4f31f7c7b18aa113999b18280534fbbe59f /nixos/tests
parent65e2b83b36c5b7efba3165d6ff4db132e4ea79dc (diff)
downloadnixpkgs-6f69dd46d7282db8ae31a83b873396524b8fc053.tar
nixpkgs-6f69dd46d7282db8ae31a83b873396524b8fc053.tar.gz
nixpkgs-6f69dd46d7282db8ae31a83b873396524b8fc053.tar.bz2
nixpkgs-6f69dd46d7282db8ae31a83b873396524b8fc053.tar.lz
nixpkgs-6f69dd46d7282db8ae31a83b873396524b8fc053.tar.xz
nixpkgs-6f69dd46d7282db8ae31a83b873396524b8fc053.tar.zst
nixpkgs-6f69dd46d7282db8ae31a83b873396524b8fc053.zip
cups: Add defaultShared, browsing and webInterace config option
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/printing.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/printing.nix b/nixos/tests/printing.nix
index 65d573e690b..708ff539157 100644
--- a/nixos/tests/printing.nix
+++ b/nixos/tests/printing.nix
@@ -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 />