mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
ax101: fix deprecation; and add lsof
This commit is contained in:
parent
e50029676c
commit
21b6a02d25
1 changed files with 2 additions and 1 deletions
|
|
@ -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}
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue