1
0

add custom nixos install iso

This commit is contained in:
2023-02-26 18:45:26 +01:00
parent c22975bdcd
commit 01a5bcce57
6 changed files with 109 additions and 39 deletions

View File

@@ -96,6 +96,8 @@
services.fstrim.enable = true;
clerie.nixfiles.enable = true;
nixpkgs.overlays = [
(import ../../pkgs/overlay.nix)
];