added windows to boot menu
This commit is contained in:
parent
af40e6960c
commit
6c3446997f
1 changed files with 9 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue