mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
db4fdd6247
Without this change, configurations like ```nix fileSystems."/path/to/bindMountedDirectory" = { device = "/path/to/originalDirectory"; options = [ "bind" ]; }; ``` will lead to a warning message in `dmesg`: ``` systemd-fstab-generator: Checking was requested for "/path/to/originalDirectory", but it is not a device. ``` This happens because the generated /etc/fstab entry contains a non-zero fsck pass number, which doesn't make sense for a bind mount. |
||
---|---|---|
.. | ||
config | ||
hardware | ||
i18n/input-method | ||
installer | ||
misc | ||
profiles | ||
programs | ||
security | ||
services | ||
system | ||
tasks | ||
testing | ||
virtualisation | ||
module-list.nix | ||
rename.nix |