From 977b2c7f8f8d46bdb73f361f4ba13e08e756b35a Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 29 Dec 2025 13:46:25 -0800 Subject: [PATCH] zima to 25.11 --- flake.nix | 2 +- hosts/zima/configuration.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index d08653f..02fa678 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ }; in { - nixosConfigurations.zima = nixpkgs-23-11.lib.nixosSystem { + nixosConfigurations.zima = nixpkgs-25-11.lib.nixosSystem { inherit system; specialArgs = { inherit impermanence; diff --git a/hosts/zima/configuration.nix b/hosts/zima/configuration.nix index 02113f6..242c0d4 100644 --- a/hosts/zima/configuration.nix +++ b/hosts/zima/configuration.nix @@ -11,7 +11,7 @@ "${impermanence}/nixos.nix" ]; - boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7; + #boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7; boot.supportedFilesystems = [ "zfs" ]; boot.zfs.extraPools = [ "bitrot" ]; hardware.enableAllFirmware = true; @@ -132,7 +132,7 @@ # List services that you want to enable: services.avahi = { enable = true; - nssmdns = true; + nssmdns4 = true; publish = { enable = true; addresses = true;