feat(system): add home printer config
This commit is contained in:
parent
d719b55e2c
commit
06996377f6
5 changed files with 24 additions and 5 deletions
|
@ -1,9 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./common.nix ./fonts.nix ./sound.nix ./vpn.nix ];
|
||||
|
||||
services.printing.enable = true;
|
||||
services.avahi.enable = true;
|
||||
services.avahi.nssmdns = true;
|
||||
imports = [ ./common.nix ./fonts.nix ./sound.nix ./vpn.nix ./printing ];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue