Change to systemd-boot

This commit is contained in:
Greg Hellings
2023-08-17 13:57:30 -05:00
parent 5ec9135cbf
commit 791b276e37
2 changed files with 26 additions and 8 deletions
+10
View File
@@ -19,4 +19,14 @@
environment.systemPackages = with pkgs; [
oathToolkit
];
fileSystems = {
"/boot" = {
device = "/dev/nvme0n1p1";
fsType = "auto";
};
"/windows" = {
device = "/dev/nvme0n1p3";
fsType = "ntfs-3g";
};
};
}