refactor: use 'default.nix' for all modules
This commit is contained in:
17
modules/printing/default.nix
Normal file
17
modules/printing/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
# services.avahi = {
|
||||
# enable = true;
|
||||
# nssmdns4 = true;
|
||||
# openFirewall = true;
|
||||
# };
|
||||
|
||||
services.printing = {
|
||||
enable = true;
|
||||
# drivers = with pkgs; [
|
||||
# cups-filters
|
||||
# cups-browsed
|
||||
# ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user