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
|
in
|
||||||
{
|
{
|
||||||
nixosConfigurations.zima = nixpkgs-23-11.lib.nixosSystem {
|
nixosConfigurations.zima = nixpkgs-25-11.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
inherit impermanence;
|
inherit impermanence;
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"${impermanence}/nixos.nix"
|
"${impermanence}/nixos.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
|
#boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
boot.zfs.extraPools = [ "bitrot" ];
|
boot.zfs.extraPools = [ "bitrot" ];
|
||||||
hardware.enableAllFirmware = true;
|
hardware.enableAllFirmware = true;
|
||||||
|
|
@ -132,7 +132,7 @@
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns = true;
|
nssmdns4 = true;
|
||||||
publish = {
|
publish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
addresses = true;
|
addresses = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue