enabling disko for some profiles

This commit is contained in:
Don Harper 2024-06-08 11:22:59 -05:00
parent becb449b25
commit 3c79934ce1
10 changed files with 125 additions and 22 deletions

View file

@ -4,6 +4,7 @@
imports =
[
./hardware-configuration.nix
../disko/nvme.nix
../workstation
../workstation/kvm.nix
../wm

View file

@ -14,12 +14,12 @@
boot.extraModulePackages = [ ];
fileSystems."/" =
{ device = "/dev/disk/by-uuid/2a362c6a-109a-4017-be40-1ad9a7f3c8b1";
{ device = "/dev/nvme0n1p2";
fsType = "ext4";
};
fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/14BC-6928";
{ device = "/dev/nvme0n1p1";
fsType = "vfat";
};