nixpkgs/nixos/modules/tasks
Luflosi dd80fa1e9b
nixos/filesystems: skip fsck for more filesystems
This commit prevents warning messages like
```
systemd-fstab-generator: Checking was requested for "/path/to/device", but it is not a device.
```
in `dmesg` when one of the filesystems 9p, cifs, prl_fs or vmhgfs is added to the list of `fileSystems`.
This happens because the generated /etc/fstab entry contains a non-zero fsck pass number, which doesn't make sense for these filesystems.
2022-08-06 15:21:57 +02:00
..
filesystems treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
auto-upgrade.nix nixos/*: automatically convert option docs to MD 2022-08-03 22:46:41 +02:00
bcache.nix nixos/filesystems: Make most simple filesystems compatible with systemd 2022-04-24 16:32:34 +02:00
cpu-freq.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
encrypted-devices.nix nixos/tasks: invariant option docs MD conversions 2022-07-24 13:01:47 +02:00
filesystems.nix nixos/filesystems: skip fsck for more filesystems 2022-08-06 15:21:57 +02:00
lvm.nix (k)vdo: 8.1.1.360 -> 8.2.0.2 2022-07-20 15:00:53 +02:00
network-interfaces-scripted.nix nixos/network-interfaces-scripted: don't bindTo absent network-setup.service 2022-06-26 11:03:57 +03:00
network-interfaces-systemd.nix nixos/networkd: add IPv6PrivacyExtensions=kernel for default networks 2022-06-21 17:12:01 +02:00
network-interfaces.nix nixos/*: normalize link format 2022-08-03 21:57:46 +02:00
powertop.nix
scsi-link-power-management.nix nixos/*: automatically convert option docs to MD 2022-08-03 22:46:41 +02:00
snapraid.nix nixos/tasks: invariant option docs MD conversions 2022-07-24 13:01:47 +02:00
swraid.nix nixos/tasks: invariant option docs MD conversions 2022-07-24 13:01:47 +02:00
trackpoint.nix treewide: automatically md-convert option descriptions 2022-07-30 15:16:34 +02:00
tty-backgrounds-combine.sh