added windows to boot menu

This commit is contained in:
Jakub Kropáček 2024-11-13 21:08:59 +01:00
parent af40e6960c
commit 6c3446997f

View file

@ -12,6 +12,15 @@
./disko.nix ./disko.nix
]; ];
boot.loader.systemd-boot = {
windows = {
"10" = {
title = "Windows 10";
efiDeviceHandle = "HD2b";
};
};
};
zramSwap.enable = true; zramSwap.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "wenar-nix"; networking.hostName = "wenar-nix";