swapped to import removed lib
This commit is contained in:
parent
397b37c0e9
commit
362353e3a3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue