From 401a25387a6776545fdadef9e1bfe991bf59c6f7 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 9 Jan 2022 12:01:22 -0300 Subject: Fix: hydractl: provision: update default configs --- share/config/provision/nas.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'share/config/provision/nas.conf') diff --git a/share/config/provision/nas.conf b/share/config/provision/nas.conf index fff4e70..9184580 100644 --- a/share/config/provision/nas.conf +++ b/share/config/provision/nas.conf @@ -7,9 +7,10 @@ interactive="n" # Interactive mode? encrypt="y" # Encrypt volumes? garbage="y" # Pre-fill volumes with garbage? disable_zeroing="n" # Disable zeroing of lvm volumes? +discards="y" # Enable discards on volumes? random_swap="y" # Random swap? arch="amd64" # System arch -version="stretch" # Distro version +version="bullseye" # Distro version grub="n" # Setup GRUB? initramfs="initramfs-tools" # Initramfs mirror="http://http.debian.net/debian/" # Debian mirror -- cgit v1.2.3