Skip to content

Commit

Permalink
Autostart sd-proxy and sd-whonix at login
Browse files Browse the repository at this point in the history
Initial client login (after booting of workstation) would fail due to timeout, due to sd-proxy boot time. The initial decryption is also slow, due to the starting of sd-gpg.
  • Loading branch information
emkll committed May 8, 2019
1 parent cebaf30 commit 015f993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dom0/sd-gpg.sls
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ sd-gpg:
- label: purple
- prefs:
- netvm: ""
- autostart: true
- tags:
- add:
- sd-workstation
Expand Down
1 change: 1 addition & 0 deletions dom0/sd-proxy.sls
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ sd-proxy:
- prefs:
- netvm: sd-whonix
- kernelopts: "nopat apparmor=1 security=apparmor"
- autostart: true
- tags:
- add:
- sd-workstation
Expand Down

0 comments on commit 015f993

Please sign in to comment.