nixos/lxd: fix nftables switch #81172 breaking module

main
Maciej Krüger 3 years ago
parent 27a78cf2ee
commit 9d3df0b2ac
No known key found for this signature in database
GPG Key ID: 0D948CE19CF49C5F
  1. 2
      nixos/modules/virtualisation/lxd.nix

@ -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…
Cancel
Save