mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
installer: update overlays
This commit is contained in:
parent
1fc0e49eda
commit
d2bf46fcc4
1 changed files with 8 additions and 1 deletions
|
|
@ -29,7 +29,14 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
overlays = [self.overlays.default self.overlays.packages'];
|
overlays = map import [
|
||||||
|
../overlays/agenix.nix
|
||||||
|
../overlays/disko.nix
|
||||||
|
../overlays/nur.nix
|
||||||
|
../overlays/nix-tree.nix
|
||||||
|
|
||||||
|
../overlays/packages.nix
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
isoImage.squashfsCompression = "zstd -Xcompression-level 3";
|
isoImage.squashfsCompression = "zstd -Xcompression-level 3";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue