diff options
author | Soispha <soispha@vhack.eu> | 2024-02-08 15:42:59 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-08 15:42:59 +0100 |
commit | 85a687d738c96b5f3209e7045dd24e2b81a38d45 (patch) | |
tree | 9cca6c6bf7a2cb7b9f18200e66263c6622209e73 /sys | |
parent | chore(version): v1.27.0 (diff) | |
download | nixos-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.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; |