Fix LXD containers not receiving IPs

This commit is contained in:
Jordan Holt 2023-12-17 23:14:30 +00:00
parent 480e862bee
commit a33764db8c
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -25,6 +25,8 @@
virtualisation.libvirtd.enable = true;
virtualisation.lxd.enable = true;
# Work around https://github.com/NixOS/nixpkgs/issues/263359
networking.firewall.trustedInterfaces = [ "lxdbr0" "virbr0" ];
users.defaultUserShell = pkgs.zsh;