Merge pull request #124225 from ivan/bitwarden_rs-32-thread

nixos/bitwarden_rs: fix startup on 32 thread machines
This commit is contained in:
Jörg Thalheim 2021-05-24 07:17:29 +01:00 committed by GitHub
commit b15dddd9e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -121,7 +121,6 @@ in {
EnvironmentFile = [ configFile ] ++ optional (cfg.environmentFile != null) cfg.environmentFile;
ExecStart = "${bitwarden_rs}/bin/bitwarden_rs";
LimitNOFILE = "1048576";
LimitNPROC = "64";
PrivateTmp = "true";
PrivateDevices = "true";
ProtectHome = "true";