va a ciapa i ratt

This commit is contained in:
Andrea Ciceri 2023-06-16 10:07:37 +02:00
parent fac91af11a
commit 8346c9f02c
No known key found for this signature in database
43 changed files with 909 additions and 446 deletions

View file

@ -12,7 +12,6 @@
format = "gpt";
partitions = [
{
type = "partition";
name = "ESP";
start = "0";
end = "960MiB";
@ -25,7 +24,6 @@
};
}
{
type = "partition";
name = "zfs";
start = "1GiB";
end = "100%";
@ -45,7 +43,6 @@
format = "gpt";
partitions = [
{
type = "partition";
name = "zfs";
start = "1GiB";
end = "100%";
@ -69,7 +66,7 @@
options.acltype = "posix";
datasets = {
root = {
zfs_type = "filesystem";
type = "zfs_fs";
options = {
mountpoint = "legacy";
autotrim = "on";