feat(modules-utils): add printing support and autodiscovery

This commit is contained in:
EinEtwas 2024-11-20 22:40:05 +01:00
parent db7d4658a6
commit 53a109858d
Signed by: etwas
SSH key fingerprint: SHA256:bHhIeAdn/2k9jmOs6+u6ox98VYmoHUN3HfnpV2w8Ws0
2 changed files with 11 additions and 0 deletions

View file

@ -1,5 +1,6 @@
{
imports = [
./auth.nix
./printing.nix
];
}

View file

@ -0,0 +1,10 @@
{
services = {
printing.enable = true;
avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
};
}