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:
parent
14ef8ef877
commit
cdd35390fb
2 changed files with 11 additions and 8 deletions
|
@ -16,7 +16,7 @@
|
|||
partitions = [
|
||||
(partEfi "efi" "0%" "1GiB")
|
||||
(partSwap "swap" "1GiB" "17GiB")
|
||||
(partZfs "rpool" "17GiB" "100%")
|
||||
(partLuksZfs "rpool" "17GiB" "100%")
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue