Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jinglemansweep committed Feb 17, 2024
1 parent 0cb63a9 commit f079c34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion terraform/files/sections/disk_hetzner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version: 1.0.0
storage:
disks:
- device: /dev/sdb
wipe_table: true
partitions:
- number: 1
label: mnt_data
Expand Down
6 changes: 4 additions & 2 deletions terraform/files/sections/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ variant: flatcar
version: 1.0.0

passwd:
groups:
- name: docker
users:
- name: louis
- name: user
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDAPME1Cu6epBXHCAI6pRjhuWC5HprHsqLlrokNRqdpcd/yKvP4KauPGKzZpshG9P/EUJ/ZYCh1diD4CUZgkzY54n2GuDmfxqsnhjkdI9g8Ceu1VsXTLwvW62BVDQgXaVBhds9rd+f+DTIEMqQvCnwkWSnMCPTY/+mi4PqireJgdQ18UXkSGjWtbDb+BgJB9BLI61Wx+eoKe8JMjJjoRhV1xxinS1XlghATh9onddaM6k1uVuLi8hQRYRqbrBwUQ21P+pLQbe6XJLdw65jnThSH/9BJ59ePqpWS+H43fzl9iAyyZFoBV9IVT+P4roEIAIIs1O4Kp02R09azbml8JkON louis@home
password_hash: "$6$4DcadFC0.wM$.3jy/J4hsDnP55ehJM2zTEWyCrrc.O7m3N2/j2Zohel8n1qQJM73mwmHFFOyuTbp8eZH4XReUyzE1EbyqXx/b."
groups: [sudo]
groups: [sudo, docker]

0 comments on commit f079c34

Please sign in to comment.