Thor: fix boot + use latest kernel and nvidia driver
This commit is contained in:
parent
6f8b7207e2
commit
1c9118e743
2 changed files with 16 additions and 7 deletions
|
|
@ -22,18 +22,18 @@
|
|||
options = [ "subvol=@root" ];
|
||||
};
|
||||
|
||||
"/boot" = {
|
||||
device = "/dev/nvme1n1p1";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
|
||||
"/nix" = {
|
||||
device = "/dev/nvme1n1p2";
|
||||
fsType = "btrfs";
|
||||
options = [ "subvol=@nix" ];
|
||||
};
|
||||
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/B9D2-255C";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
|
||||
"/home/bertof" = {
|
||||
device = "/dev/nvme1n1p2";
|
||||
fsType = "btrfs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue