ljfdljkfsdlkj

This commit is contained in:
2023-06-29 02:16:16 +02:00
parent 552fc00f87
commit f38f05c4e7
6 changed files with 24 additions and 1 deletions
+12
View File
@@ -15,6 +15,18 @@
)
];
environment.systemPackages = with pkgs; [
ddrescue
gptfdisk
ms-sys
nvme-cli
parted
pciutils
smartmontools
testdisk
usbutils
];
# TODO: selectively whitelist?
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowUnfreePredicate = (pkg: true);