all repos — char/flake @ 7a91ec42777d273c6f192cfb01e0f63aa45a4f7c

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}