Skip to content

Commit

Permalink
fix(cloud-config): tidy up a couple of hacky things
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Jun 21, 2023
1 parent c75fbe6 commit e06875e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkg/hetzner/cloud-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ mounts:
- /home/devpod
- ext4
- discard,nofail,defaults
- 0
- 0
- "0"
- "0"
packages:
- curl
- ufw
Expand All @@ -19,8 +19,6 @@ runcmd:
- [ service, sshd, restart]
- [ rm, -f, /root/.ssh/authorized_keys ]
# Secure UFW
# - ufw default deny incoming
# - ufw default allow outgoing
- ufw allow ssh
- ufw enable
# Install Docker
Expand Down

0 comments on commit e06875e

Please sign in to comment.