mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
minor fix
This commit is contained in:
parent
014de5c5fe
commit
4dcea3a32e
3 changed files with 11 additions and 6 deletions
|
|
@ -94,10 +94,11 @@ Determining headless
|
|||
{{- end -}}
|
||||
{{- if not $headless -}}
|
||||
{{- if eq .chezmoi.os "linux" -}}
|
||||
{{/* Fedora Server */}}
|
||||
{{/* Fedora Server
|
||||
{{- if eq .chezmoi.osRelease.variantID "server" -}}
|
||||
{{- $headless = true -}}
|
||||
{{- $headless = true
|
||||
{{- end -}}
|
||||
*/}}
|
||||
{{/* Treat all Debian hosts as headless */}}
|
||||
{{- if eq .chezmoi.osRelease.id "debian" -}}
|
||||
{{- $headless = true -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue