feat: nb performance tweaks
This commit is contained in:
parent
356c049aaf
commit
cc15f27205
6 changed files with 32 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ in
|
|||
#### Autostart Bitwarden desktop in your user session ########################
|
||||
systemd.user.services.bitwarden = {
|
||||
description = "Bitwarden Desktop";
|
||||
after = [ "graphical-session.target" ];
|
||||
after = [ "graphical-session.target" "network-online.target" ];
|
||||
wantedBy = [ "graphical-session.target" ];
|
||||
serviceConfig.ExecStart = "${pkgs.bitwarden}/bin/bitwarden";
|
||||
serviceConfig.Restart = "on-abort";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue