forked from mirrors/nixpkgs
nixos/lxd: fix nftables switch #81172 breaking module
This commit is contained in:
parent
27a78cf2ee
commit
9d3df0b2ac
|
@ -34,7 +34,7 @@ in {
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.lxd.override { nftablesSupport = config.networking.nftables.enable; };
|
default = pkgs.lxd;
|
||||||
defaultText = literalExpression "pkgs.lxd";
|
defaultText = literalExpression "pkgs.lxd";
|
||||||
description = ''
|
description = ''
|
||||||
The LXD package to use.
|
The LXD package to use.
|
||||||
|
|
Loading…
Reference in a new issue