lol

nixos/nix-required-mounts: example typo (#408556)

authored by

Sandro and committed by
GitHub
a5e54482 f2ef3056

+1 -1
+1 -1
nixos/modules/programs/nix-required-mounts.nix
··· 90 90 } 91 91 ''; 92 92 example.require-ipfs.paths = [ "/ipfs" ]; 93 - example.require-ipfs.onFeatures = [ "ifps" ]; 93 + example.require-ipfs.onFeatures = [ "ipfs" ]; 94 94 }; 95 95 extraWrapperArgs = lib.mkOption { 96 96 type = with lib.types; listOf str;