Merge recursively etc entries

This commit is contained in:
2021-09-14 09:04:28 +02:00
parent 1030c23f48
commit 47f589a3ff
4 changed files with 28 additions and 11 deletions

View File

@@ -243,6 +243,20 @@ etc_sysctl_params:
value: 524288
state: present
etc_fstab_entries:
root:
path: /
fstype: btrfs
opts: noatime,subvol=root,compress=zstd:1,x-systemd.device-timeout=0
passno: 0
dump: 0
home:
path: /home
fstype: btrfs
opts: subvol=home,compress=zstd:1,x-systemd.device-timeout=0
passno: 0
dump: 0
users:
flexo:
shell: /bin/zsh