enabling disko for some profiles
This commit is contained in:
parent
becb449b25
commit
3c79934ce1
10 changed files with 125 additions and 22 deletions
|
|
@ -4,6 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../disko/nvme.nix
|
||||
../workstation
|
||||
../workstation/kvm.nix
|
||||
../wm
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue