I get these errors every time I reboot my server: (word wrapped for readability)
systemd[1]: systemd-tmpfiles-setup-dev.service: Found ordering cycle:
local-fs-pre.target/stop
after systemd-fsck@dev-disk-by\x2dpartlabel-tinka\x2dvar.service/stop
after var.mount/stop
after sops-install-secrets-for-users.service/stop
after userborn.service/stop
after systemd-tmpfiles-setup-dev.service/stop
- after local-fs-pre.target
systemd[1]: systemd-tmpfiles-setup-dev.service: Job local-fs-pre.target/stop deleted
to break ordering cycle starting with systemd-tmpfiles-setup-dev.service/stop
I think all you have to do to reproduce this is have a system with userborn enabled and sops-nix providing at least one secret marked neededForUsers = true, but let me know if you can't make it happen and I'll try to come up with a minimized NixOS config that does it.
I get these errors every time I reboot my server: (word wrapped for readability)
I think all you have to do to reproduce this is have a system with userborn enabled and sops-nix providing at least one secret marked
neededForUsers = true, but let me know if you can't make it happen and I'll try to come up with a minimized NixOS config that does it.