all repos — char/flake @ c9224fa9fb35ca85ead8bb8225df20e26d959352

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}