Skip to content

Commit

Permalink
Enable Avahi daemon on all machines
Browse files Browse the repository at this point in the history
  • Loading branch information
wagdav committed Oct 22, 2024
1 parent c69d43d commit cef58ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions modules/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@
time.timeZone = "Europe/Zurich";

services = {
avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};

openssh = {
enable = true;
settings.PasswordAuthentication = false;
Expand Down
6 changes: 0 additions & 6 deletions x1.nix
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,6 @@
};

services = {
avahi = {
enable = true;
nssmdns4 = true;
openFirewall = true;
};

illum.enable = true; # Enable the brightness buttons

openssh.enable = true;
Expand Down

0 comments on commit cef58ed

Please sign in to comment.