all repos — char/flake @ 70c73b611b5c9189c28450ff948760ab3732fc80

nixos flake

profiles/onyx/hyper-v.nix (view raw)

1{ ... }: {
2  boot.initrd.availableKernelModules = [ "hv_vmbus" "hv_storvsc" ];
3
4  systemd.services.tailscaled.environment = {
5    TS_ENCRYPT_STATE = "false";
6  };
7
8  virtualisation.hypervGuest.enable = true;
9}