From 85a687d738c96b5f3209e7045dd24e2b81a38d45 Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 8 Feb 2024 15:42:59 +0100 Subject: fix(sys/svcs/printing): Active cups webinterface --- sys/svcs/printing/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/svcs/printing/default.nix') 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; -- cgit 1.4.1