feat: switched kokoro to not use full disk to allow for coexistence with windows
All checks were successful
ci / nix-fmt (push) Successful in 5m6s

This commit is contained in:
Ceferino Patino 2026-04-29 20:40:33 -05:00
commit b5837e8420
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -10,7 +10,10 @@ in {
./hardware-configuration.nix
inputs.disko.nixosModules.default
(import ../../disko.nix {main = "/dev/nvme0n1";})
(import ../../disko.nix {
main = "/dev/nvme0n1";
size = "768G";
})
];
${namespace} = {