Open greaka opened 3 years ago
Which commit of NixOps are you using? This seems to be a regression of #1435 if it's recent.
nixops --version
returns
NixOps 1.7
The full store path is /nix/store/1pjivnh741zj7j30nc0qs9dyhhsfwxwv-nixops-1.7/bin/nixops
which I think should be the latest tag
nixops check
wrongly reports that myhome.mount
andtmp.mount
are faulty.This can be traced back to the following lines: https://github.com/NixOS/nixops/blob/45256745cef246dabe1ae8a7d109988f190cd7ef/nixops/backends/__init__.py#L248-L255 The exception doesn't trigger, even though I don't have any of those 2 in the fstab. Additionally, it would be faulty anyway in case of
home.mount
.