hermit/configuration.nix: enable printing
This commit is contained in:
parent
ca7311a015
commit
e73d878b3f
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
||||||
thermald.enable = true;
|
thermald.enable = true;
|
||||||
auto-cpufreq.enable = true;
|
auto-cpufreq.enable = true;
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
|
avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns4 = true;
|
||||||
|
openFirewall = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
modules = {
|
modules = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue