nixos/nix-daemon: Fix misspelled old option name

This commit is contained in:
Moritz Hedtke
2022-01-28 20:32:19 +01:00
committed by GitHub
parent 84726d052e
commit a26134ffd4

View File

@@ -88,7 +88,7 @@ let
requireSignedBinaryCaches = "require-sigs";
trustedUsers = "trusted-users";
allowedUsers = "allowed-users";
systemFeatures = "system-feature";
systemFeatures = "system-features";
};
semanticConfType = with types;