char/flake

nixos flake

git clone https://git.t4t.associates/char/flake

Charlotte Somonyx: (hyper-v) use daemon flag instead of env var to disable tailscale tpmcc910a3

main
204 B9 linesraw
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}