turn all extraArgs into lists

This commit is contained in:
lassulus 2023-02-14 09:58:37 +01:00
parent 7585a30385
commit 6d630b8fe4
5 changed files with 16 additions and 16 deletions

View file

@ -27,7 +27,7 @@
end = "100%";
content = {
type = "btrfs";
extraArgs = "-f"; # Override existing partition
extraArgs = [ "-f" ]; # Override existing partition
subvolumes = {
# Subvolume name is different from mountpoint
"/rootfs" = {