Merge pull request #144362 from mkg20001/lxd-nf-fix

This commit is contained in:
Maciej Krüger 2021-11-03 07:46:11 +01:00 committed by GitHub
commit f8b452610f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.