1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: switch to zfs on luks

This commit is contained in:
oddlama 2023-05-11 12:53:52 +02:00
parent 14ef8ef877
commit cdd35390fb
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 11 additions and 8 deletions

View file

@ -16,7 +16,7 @@
partitions = [
(partEfi "efi" "0%" "1GiB")
(partSwap "swap" "1GiB" "17GiB")
(partZfs "rpool" "17GiB" "100%")
(partLuksZfs "rpool" "17GiB" "100%")
];
};
};