all repos — char/flake @ a07cb79013746721c0313fbd8503242bc85e7b67

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}