Enable avahi hostname resolution.
This commit is contained in:
parent
5e038fa148
commit
764aaf9f40
1 changed files with 5 additions and 1 deletions
|
@ -121,10 +121,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Use ghostty for the "open in terminal" option in file manager.
|
||||
programs.nautilus-open-any-terminal = {
|
||||
enable = true;
|
||||
terminal = "ghostty";
|
||||
}; # Use ghostty as "open in terminal" option in file manager.
|
||||
};
|
||||
|
||||
# Run electron apps under wayland.
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
|
@ -133,6 +134,9 @@
|
|||
programs.gamemode.enable = true;
|
||||
programs.steam.enable = true;
|
||||
|
||||
# Allow avahi hostname resolution.
|
||||
services.avahi.nssmdns4 = true;
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue