From 7b61ac34e866c0d5b75786cee05b2b4461cf0c0d Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 26 Mar 2023 20:18:42 -0400 Subject: [PATCH] fixed missing import for framework.nix --- machines/framework.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/framework.nix b/machines/framework.nix index f9ce9b9..00abf1d 100644 --- a/machines/framework.nix +++ b/machines/framework.nix @@ -5,7 +5,7 @@ { imports = [ - # ../disko/luks-lvm.nix + ../modules/disko/luks-lvm.nix (modulesPath + "/installer/scan/not-detected.nix") ]; @@ -38,7 +38,7 @@ }; disko.devices = import ../disko/luks-lvm.nix { # 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 # (the default) this is the recommended approach. When using systemd-networkd it's