create avahi module
This commit is contained in:
parent
416aa85ba7
commit
eee41375d2
|
@ -56,12 +56,6 @@ in
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
programs.nm-applet.enable = true;
|
programs.nm-applet.enable = true;
|
||||||
|
|
||||||
services.avahi = {
|
|
||||||
nssmdns = true;
|
|
||||||
enable = true;
|
|
||||||
ipv4 = true;
|
|
||||||
ipv6 = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
8
modules/avahi.nix
Normal file
8
modules/avahi.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
services.avahi = {
|
||||||
|
nssmdns = true;
|
||||||
|
enable = true;
|
||||||
|
ipv4 = true;
|
||||||
|
ipv6 = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../home-manager/default.nix
|
../home-manager/default.nix
|
||||||
|
../modules/avahi.nix
|
||||||
../modules/earlyoom.nix
|
../modules/earlyoom.nix
|
||||||
../modules/fonts.nix
|
../modules/fonts.nix
|
||||||
../modules/opengl.nix
|
../modules/opengl.nix
|
||||||
|
|
Loading…
Reference in a new issue