From 8766ffbcc13055e1c76d1ecdb56b4c659dad55ff Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Sun, 1 Sep 2024 22:28:30 +0200 Subject: [PATCH] Fix outdated configurations --- nixos/kevin-pc/configuration.nix | 2 +- nixos/modules/avahi.nix | 2 +- nixos/modules/common.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/kevin-pc/configuration.nix b/nixos/kevin-pc/configuration.nix index b9af8ec..8ff1c1b 100644 --- a/nixos/kevin-pc/configuration.nix +++ b/nixos/kevin-pc/configuration.nix @@ -68,7 +68,7 @@ services.clamav.daemon.enable = true; services.clamav.updater.enable = true; - hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.latest; + hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable; programs.gnupg.agent = { enable = true; diff --git a/nixos/modules/avahi.nix b/nixos/modules/avahi.nix index 1ea39e3..27dc132 100644 --- a/nixos/modules/avahi.nix +++ b/nixos/modules/avahi.nix @@ -1,7 +1,7 @@ { services.avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; publish.enable = true; publish.domain = true; publish.addresses = true; diff --git a/nixos/modules/common.nix b/nixos/modules/common.nix index 4e1651d..5bfded0 100644 --- a/nixos/modules/common.nix +++ b/nixos/modules/common.nix @@ -12,7 +12,7 @@ keyMap = "de"; }; - services.xserver.layout = "de"; + services.xserver.xkb.layout = "de"; environment.systemPackages = with pkgs; [ vim