diff --git a/hosts/wenar-nix/default.nix b/hosts/wenar-nix/default.nix index 9430957..46b2611 100644 --- a/hosts/wenar-nix/default.nix +++ b/hosts/wenar-nix/default.nix @@ -12,6 +12,15 @@ ./disko.nix ]; + boot.loader.systemd-boot = { + windows = { + "10" = { + title = "Windows 10"; + efiDeviceHandle = "HD2b"; + }; + }; + }; + zramSwap.enable = true; boot.kernelPackages = pkgs.linuxPackages_latest; networking.hostName = "wenar-nix";