diff options
Diffstat (limited to 'host_vars')
| -rw-r--r-- | host_vars/archlinux.local.yml.example | 4 | ||||
| -rw-r--r-- | host_vars/ubuntu.local.yml.example | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/host_vars/archlinux.local.yml.example b/host_vars/archlinux.local.yml.example index 377e7a40..35568fca 100644 --- a/host_vars/archlinux.local.yml.example +++ b/host_vars/archlinux.local.yml.example @@ -24,3 +24,7 @@ wireguard_connections: PublicKey = server_public_key AllowedIPs = 0.0.0.0/0 Endpoint = vpn.com:51820 + +fonts_extra: + - "ttf-dejavu" + - "noto-fonts" diff --git a/host_vars/ubuntu.local.yml.example b/host_vars/ubuntu.local.yml.example index fa4fb83f..e39c17db 100644 --- a/host_vars/ubuntu.local.yml.example +++ b/host_vars/ubuntu.local.yml.example @@ -35,3 +35,7 @@ firefox_policies_override: DisableAppUpdate: true DisableFirefoxStudies: false DisableTelemetry: false + +fonts_extra: + - "fonts-font-awesome" + - "fonts-google-fira" |
