swapped to import removed lib

This commit is contained in:
Steven 2023-03-25 22:42:37 -04:00
parent 397b37c0e9
commit 362353e3a3

View file

@ -35,7 +35,7 @@
}; };
}; };
disko.devices = import ../disko/luks-lvm.nix { disko.devices = import ../disko/luks-lvm.nix {
lib = nixpkgs.lib; # lib = nixpkgs.lib;
disks = [ "/dev/nvme0n1" ]; # replace this with your disk name i.e. /dev/nvme0n1 disks = [ "/dev/nvme0n1" ]; # replace this with your disk name i.e. /dev/nvme0n1
}; };
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking