encrypt_home_stacked_fs

This commit is contained in:
Geoffrey Frogeye 2021-06-21 23:19:46 +02:00
parent 34f8692dc2
commit ff4c77407b
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
8 changed files with 69 additions and 0 deletions

View file

@ -18,6 +18,9 @@
{% include 'snippets/pm_multimedia_common.j2' %}
{% include 'snippets/pm_data_management.j2' %}
{# Include rules-determined snippets #}
{% if root_access %}
{% include 'snippets/pm_system.j2' %}
{% endif %}
{% if display_server %}
{% include 'snippets/pm_desktop_environment.j2' %}
{% endif %}

View file

@ -1,5 +1,10 @@
etckeeper
{% if has_batttery %}
tlp
{% endif %}
dhcpcd
wpa_supplicant
chrony
{% if encrypt_home_stacked_fs %}
ecryptfs-utils
{% endif %}