Thor: fix boot + use latest kernel and nvidia driver

This commit is contained in:
Filippo Berto 2025-01-26 11:48:21 +01:00
parent 6f8b7207e2
commit 1c9118e743
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 16 additions and 7 deletions

View file

@ -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";