aspi: add mdns (only listening) and disable manCache generation
This commit is contained in:
parent
e3e582543a
commit
94eebc86b9
@ -95,6 +95,15 @@
|
|||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
|
# Do not alway generate man-cache, making builds much faster
|
||||||
|
documentation.man.generateCaches = false;
|
||||||
|
|
||||||
|
# MDNS on local network
|
||||||
|
services.avahi = {
|
||||||
|
enable = true;
|
||||||
|
nssmdns4 = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Packages needed as root
|
# Packages needed as root
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
|
Loading…
x
Reference in New Issue
Block a user