diff options
Diffstat (limited to '')
-rw-r--r-- | sys/svcs/printing/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svcs/printing/default.nix b/sys/svcs/printing/default.nix index 0e142d59..ea197bbf 100644 --- a/sys/svcs/printing/default.nix +++ b/sys/svcs/printing/default.nix @@ -8,7 +8,7 @@ services.printing = { enable = true; startWhenNeeded = true; - webInterface = false; + webInterface = true; # deletes `/var/cache/cups`, `/var/lib/cups` and `/var/spool/cups` on cups startup stateless = true; |