coreos-home-server/config/service/git/spec.fcc
Alex Palaistras aafa8d9f12 Move systemd files to separate folders
This will help make subsequent synchronization with hosts easier, as
systemd files and potential dropins are guarnateed to exist under a
certain hierarchy that can be dropped as-is into host configuration
directories.
2021-03-26 20:47:08 +00:00

22 lines
501 B
Plaintext

variant: fcos
version: 1.3.0
storage:
trees:
- path: /etc/systemd/system
local: service/git/systemd/
systemd:
units:
- name: git.service
enabled: true
- name: git-ssh-pubkey@.service
enabled: true
- name: git-ssh-ed25519@.service
enabled: true
- name: git-ssh-pubkey@-etc-ssh-ssh_host_rsa_key.service
enabled: true
dropins:
- name: wait-for-key.conf
contents: |
[Unit]
After=sshd-keygen@rsa.service