make boot absolute path

This commit is contained in:
Ivan Kirilov Dimitrov 2024-07-06 16:52:29 +02:00
parent 0fdd976815
commit 696c3b0e3c
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -16,7 +16,7 @@ let
};
fileSystems = {
"/" = { device = "/dev/disk/by-uuid/47536cbe-7265-493b-a2e3-bbd376a6f9af"; fsType = "btrfs"; };
"boot" = { device = "/dev/disk/by-uuid/4C3C-993A"; fsType = "vfat"; };
"/boot" = { device = "/dev/disk/by-uuid/4C3C-993A"; fsType = "vfat"; };
};
swapDevices = [ ];
networking.useDHCP = lib.mkDefault true;