Accept defeat on GUI droid
This commit is contained in:
parent
cb97edbb64
commit
c68f4dbece
3 changed files with 4 additions and 8 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue