nixos/lxd: fix nftables switch #81172 breaking module

This commit is contained in:
Maciej Krüger
2021-11-03 07:41:40 +01:00
parent 27a78cf2ee
commit 9d3df0b2ac
+1 -1
View File
@@ -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.