index
:
nixos-config
main
Collin's NixOS configurations
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
system
/
nixos
/
printing.nix
blob: bb6af7c91747c6f01286c3484d0758a0f24e3bf0 (
plain
)
1
2
3
{
config
,
...
}:
{
services
.
printing
.
enable
=
config
.
collinux
.
system
.
printing
.
enable
;
}