all repos — char/flake @ 8fcb2ce3a4224dd3119f778dc0302ae3cb1f4235

nixos flake

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

1{ ... }:
2{
3  boot.initrd.availableKernelModules = [
4    "hv_vmbus"
5    "hv_storvsc"
6  ];
7  services.tailscale.extraDaemonFlags = [ "--encrypt-state=false" ];
8  virtualisation.hypervGuest.enable = true;
9}