Merge pull request #124225 from ivan/bitwarden_rs-32-thread
nixos/bitwarden_rs: fix startup on 32 thread machines
This commit is contained in:
commit
b15dddd9e1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user