Configure Zeroconf
This commit is contained in:
@@ -80,6 +80,23 @@
|
||||
allowReboot = true;
|
||||
};
|
||||
|
||||
# Enable zeroconf
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
publish = {
|
||||
enable = true;
|
||||
userServices = true;
|
||||
workstation = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Start a tmux session
|
||||
#program.tmux.enable = true;
|
||||
|
||||
# Import other configuration modules
|
||||
#imports = [
|
||||
#./networking.nix
|
||||
#];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user