Browse Source

Add ssh capabilities

Joachim M. Giæver 2 years ago
parent
commit
a4eef1f1da
1 changed files with 4 additions and 1 deletions
  1. 4 1
      snap/snapcraft.yaml

+ 4 - 1
snap/snapcraft.yaml

@@ -23,7 +23,7 @@ description: |
     ```
 
     Make configurations of Home Assistant available in `code-server`, but this is only
-    available for the deamon or root user, and not when executing `code-server` as a
+    available for the daemon or root user, and not when executing `code-server` as a
     normal user.
 
   **Documentation?**
@@ -49,6 +49,7 @@ apps:
     command-chain: 
       - env/env-wrapper
     plugs:
+      - home
       - network
       - network-bind
 
@@ -57,6 +58,7 @@ apps:
     command-chain: 
       - env/env-wrapper
     plugs:
+      - home
       - network
       - network-bind
 
@@ -84,6 +86,7 @@ parts:
     plugin: nil
     stage-packages:
       - git
+      - openssh-client
   env-wrapper:
     plugin: dump
     source: src/