nixos/nix-required-mounts: example typo

`s/ifps/ipfs/`

I happened to see it and I cannot unsee it ;-;

Signed-off-by: benaryorg <binary@benary.org>
This commit is contained in:
benaryorg 2025-05-18 23:50:57 +00:00
parent d2a75ae71b
commit 2e3bb9581a
No known key found for this signature in database
GPG key ID: E2F22C5EDF20119D

View file

@ -90,7 +90,7 @@ in
}
'';
example.require-ipfs.paths = [ "/ipfs" ];
example.require-ipfs.onFeatures = [ "ifps" ];
example.require-ipfs.onFeatures = [ "ipfs" ];
};
extraWrapperArgs = lib.mkOption {
type = with lib.types; listOf str;