refactor(fuchsia): remove CUPS printing service

This commit is contained in:
♥ Minnie ♥ 2025-12-20 16:49:20 +08:00
parent c1d4fa5255
commit 2cf0e6d474
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 0 additions and 12 deletions

View file

@ -6,7 +6,6 @@
./flatpak
./internet-sharing
./libinput
./printing
./snapper
./ssh
./udev

View file

@ -1,11 +0,0 @@
{...}: {
# Enable CUPS for printing services.
services.printing = {
enable = true;
# Connect to a remote CUPS server.
clientConf = ''
ServerName 192.168.50.249
ServerPort 631
'';
};
}