mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-11 07:10:39 +02:00
feat: add ability to copy installer scripts to existing live systems
This commit is contained in:
parent
ece9554e76
commit
61d582f033
6 changed files with 69 additions and 38 deletions
|
@ -14,7 +14,8 @@
|
|||
type = "table";
|
||||
format = "gpt";
|
||||
partitions = [
|
||||
(partEfi "efi" "0%" "512MiB")
|
||||
(partGrub "grub" "0%" "1MiB")
|
||||
(partEfi "bios" "1MiB" "512MiB")
|
||||
(partLuksZfs "rpool" "512MiB" "100%")
|
||||
];
|
||||
};
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue