aboutsummaryrefslogtreecommitdiff
path: root/workstation
diff options
context:
space:
mode:
Diffstat (limited to 'workstation')
-rwxr-xr-xworkstation/setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/workstation/setup.py b/workstation/setup.py
index 25aa2039..2bf53fcd 100755
--- a/workstation/setup.py
+++ b/workstation/setup.py
@@ -39,3 +39,6 @@ with open(nextcloud_service_path, "w", encoding="utf8") as f:
"""))
subprocess.run(["systemctl", "--user", "enable", "--now", "nextcloud"], check=True)
+
+if not pathlib.Path(".ssh").exists():
+ subprocess.run(["ln", "-s", "Nextcloud/_ssh", ".ssh"], check=True)