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
All checks were successful
ci / nix-fmt (push) Successful in 5m6s
This commit is contained in:
parent
b3e7432d3f
commit
b5837e8420
1 changed files with 4 additions and 1 deletions
|
|
@ -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} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue