mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
nixos/lxd: fix nftables switch #81172 breaking module
This commit is contained in:
parent
27a78cf2ee
commit
9d3df0b2ac
|
@ -34,7 +34,7 @@ in {
|
|||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.lxd.override { nftablesSupport = config.networking.nftables.enable; };
|
||||
default = pkgs.lxd;
|
||||
defaultText = literalExpression "pkgs.lxd";
|
||||
description = ''
|
||||
The LXD package to use.
|
||||
|
|
Loading…
Reference in a new issue