finished modifying luks-lvm

This commit is contained in:
Steven 2023-03-25 20:59:43 -04:00
parent b6d1ba3a24
commit 086a5dbc08
2 changed files with 20 additions and 13 deletions

View file

@ -32,7 +32,9 @@
};
};
};
disko.devices = pkgs.callPackage ../disko/luks-lvm.nix {
disks = [ "/dev/nvme" ]; # replace this with your disk name i.e. /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
# still possible to use this option, but it's recommended to use it in conjunction