Loading
nixos/rosenpass: move preStart into script to workaround systemd bug
Because of a systemd bug, using both ExecStartPre and ExecStart will fill up the systemd credentials directory, which leads to rosenpass failing to start. This will be fixed in systemd v256, see https://github.com/systemd/systemd/pull/31202 Related issue: https://github.com/NixOS/nixpkgs/issues/258371