fixed missing import for framework.nix
This commit is contained in:
parent
d0f4af1214
commit
7b61ac34e8
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# ../disko/luks-lvm.nix
|
../modules/disko/luks-lvm.nix
|
||||||
(modulesPath + "/installer/scan/not-detected.nix")
|
(modulesPath + "/installer/scan/not-detected.nix")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
@ -38,7 +38,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" ];
|
||||||
};
|
};
|
||||||
# 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
|
||||||
# (the default) this is the recommended approach. When using systemd-networkd it's
|
# (the default) this is the recommended approach. When using systemd-networkd it's
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue