catacomb: upgrade to 24.05
This commit is contained in:
parent
aa6ccd8025
commit
50328c51b2
|
@ -48,11 +48,10 @@
|
||||||
./machine/backyard
|
./machine/backyard
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
catacomb = nixpkgs-2305.lib.nixosSystem {
|
catacomb = nixpkgs-2405.lib.nixosSystem {
|
||||||
system = "aarch64-linux";
|
system = "aarch64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
self.nixosModules.beatific
|
self.nixosModules.beatific
|
||||||
(pinNixpkgs nixpkgs-2305)
|
|
||||||
./machine/catacomb
|
./machine/catacomb
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
generic-extlinux-compatible.enable = true;
|
generic-extlinux-compatible.enable = true;
|
||||||
};
|
};
|
||||||
supportedFilesystems = ["zfs"];
|
supportedFilesystems = ["zfs"];
|
||||||
zfs.enableUnstable = true;
|
|
||||||
zfs.extraPools = [ "catapool" ];
|
zfs.extraPools = [ "catapool" ];
|
||||||
kernelParams = [ "zfs.zfs_dmu_offset_next_sync=0" ];
|
kernelParams = [ "zfs.zfs_dmu_offset_next_sync=0" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue