Fix LXD containers not receiving IPs
This commit is contained in:
parent
480e862bee
commit
a33764db8c
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user