Accept defeat on GUI droid

This commit is contained in:
Bun 2025-04-18 08:33:29 -04:00
parent cb97edbb64
commit c68f4dbece
3 changed files with 4 additions and 8 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, lib, pkgs, ... }:
{
services = {
printing = {
@ -6,7 +6,7 @@
drivers = with pkgs; [ hplip ];
};
avahi = {
enable = config.services.printing.enable;
enable = lib.mkDefault config.services.printing.enable;
nssmdns4 = true;
openFirewall = true;
};