feat: enable avahi to publish local name on homeserver
This commit is contained in:
parent
3bb3600c6b
commit
59901d65b9
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,15 @@
|
|||
|
||||
services.xserver.xkb.layout = "us";
|
||||
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
publish = {
|
||||
enable = true;
|
||||
addresses = true;
|
||||
workstation = true;
|
||||
};
|
||||
};
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
settings.PasswordAuthentication = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue