zima to 25.11
This commit is contained in:
parent
ff9729b418
commit
977b2c7f8f
2 changed files with 3 additions and 3 deletions
|
|
@ -25,7 +25,7 @@
|
|||
};
|
||||
in
|
||||
{
|
||||
nixosConfigurations.zima = nixpkgs-23-11.lib.nixosSystem {
|
||||
nixosConfigurations.zima = nixpkgs-25-11.lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = {
|
||||
inherit impermanence;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue