Configure Zeroconf
This commit is contained in:
parent
38ca59706d
commit
72d77e44f5
|
@ -10,7 +10,8 @@
|
||||||
CLOSED: [2019-10-18 Fri 00:03]
|
CLOSED: [2019-10-18 Fri 00:03]
|
||||||
*** TODO Tmux
|
*** TODO Tmux
|
||||||
*** TODO Smartmontools
|
*** TODO Smartmontools
|
||||||
*** TODO Zeroconf
|
*** DONE Zeroconf
|
||||||
|
CLOSED: [2019-10-23 Wed 00:51]
|
||||||
** Printing
|
** Printing
|
||||||
*** TODO Cups
|
*** TODO Cups
|
||||||
*** TODO SANE
|
*** TODO SANE
|
||||||
|
|
|
@ -80,6 +80,23 @@
|
||||||
allowReboot = true;
|
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
|
# Import other configuration modules
|
||||||
|
#imports = [
|
||||||
|
#./networking.nix
|
||||||
|
#];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue