feat(system): add fonts and printing support
This commit is contained in:
parent
98d681cf32
commit
dbc5b8a1d2
5 changed files with 53 additions and 1 deletions
|
|
@ -1,5 +1,12 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
services.openssh.enable = true;
|
||||
services = {
|
||||
avahi = {
|
||||
enable = true;
|
||||
nssmdns4 = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
openssh.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue