index
:
nixos-config
this commit
prime
My NixOS system configuration, with some of my binaries
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
printing
/
default.nix
blob: d178e3b67e704d70e1976f6469f309c4af63f7bc (
plain
) (
blame
)
1
2
3
4
{
config
,
...
}:
{
# Enable CUPS to print documents.
services
.
printing
.
enable
=
true
;
}