Split system config into tons of modules!
This commit is contained in:
9
system/hardware/printing.nix
Normal file
9
system/hardware/printing.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
# Enable printing
|
||||
services.printing.enable = true;
|
||||
services.avahi.enable = true;
|
||||
services.avahi.nssmdns = true;
|
||||
services.avahi.openFirewall = true;
|
||||
}
|
Reference in New Issue
Block a user