feat(system): add fonts and printing support

This commit is contained in:
randogoth 2026-02-04 11:30:24 +02:00
parent 98d681cf32
commit dbc5b8a1d2
5 changed files with 53 additions and 1 deletions

View file

@ -1,5 +1,12 @@
{ ... }:
{
services.openssh.enable = true;
services = {
avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};
openssh.enable = true;
};
}