feat: modify kokoro install to use 512G as the main partition
All checks were successful
ci / nix-fmt (push) Successful in 9m22s
All checks were successful
ci / nix-fmt (push) Successful in 9m22s
This commit is contained in:
parent
6dacb6ae36
commit
8f9745feac
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ in {
|
|||
inputs.disko.nixosModules.default
|
||||
(import ../../disko.nix {
|
||||
main = "/dev/nvme0n1";
|
||||
size = "768G";
|
||||
size = "512G";
|
||||
})
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue