1
0
Fork 1
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:
Maciej Krüger 2021-11-03 07:41:40 +01:00
parent 27a78cf2ee
commit 9d3df0b2ac
No known key found for this signature in database
GPG key ID: 0D948CE19CF49C5F

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.