Merge pull request #144362 from mkg20001/lxd-nf-fix

authored by

Maciej Krüger and committed by
GitHub
f8b45261 27a78cf2

+1 -1
+1 -1
nixos/modules/virtualisation/lxd.nix
··· 34 35 package = mkOption { 36 type = types.package; 37 - default = pkgs.lxd.override { nftablesSupport = config.networking.nftables.enable; }; 38 defaultText = literalExpression "pkgs.lxd"; 39 description = '' 40 The LXD package to use.
··· 34 35 package = mkOption { 36 type = types.package; 37 + default = pkgs.lxd; 38 defaultText = literalExpression "pkgs.lxd"; 39 description = '' 40 The LXD package to use.