ax101: fix deprecation; and add lsof

This commit is contained in:
Sridhar Ratnakumar 2022-04-25 20:50:35 -04:00
parent e50029676c
commit 21b6a02d25

View file

@ -51,7 +51,7 @@
# The RAIDs are assembled in stage1, so we need to make the config
# available there.
boot.initrd.mdadmConf = config.environment.etc."mdadm.conf".text;
boot.initrd.services.mdraid.mdadmConf = config.environment.etc."mdadm.conf".text;
# Network (Hetzner uses static IP assignments, and we don't use DHCP here)
networking.useDHCP = false;
@ -105,6 +105,7 @@
environment.systemPackages = with pkgs; [
cryptsetup
lsof
inputs.nixos-shell.defaultPackage.${system}
];