about summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-08 15:42:59 +0100
committerSoispha <soispha@vhack.eu>2024-02-08 15:42:59 +0100
commit85a687d738c96b5f3209e7045dd24e2b81a38d45 (patch)
tree9cca6c6bf7a2cb7b9f18200e66263c6622209e73 /sys
parentchore(version): v1.27.0 (diff)
downloadnixos-config-85a687d738c96b5f3209e7045dd24e2b81a38d45.tar.gz
nixos-config-85a687d738c96b5f3209e7045dd24e2b81a38d45.zip
fix(sys/svcs/printing): Active cups webinterface
Diffstat (limited to '')
-rw-r--r--sys/svcs/printing/default.nix2
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;