nixos/vaultwarden: Restart=always

there is no reason vaultwarden should remain not started
This commit is contained in:
Guillaume Girol 2022-09-04 12:00:00 +00:00
parent 2da64a8127
commit 7d009061c9

View file

@ -197,6 +197,7 @@ ADMIN_TOKEN=...copy-paste a unique generated secret token here...
AmbientCapabilities = "CAP_NET_BIND_SERVICE";
StateDirectory = "bitwarden_rs";
StateDirectoryMode = "0700";
Restart = "always";
};
wantedBy = [ "multi-user.target" ];
};