nixos/colony: Add extra disk to darts VM
Some checks failed
CI / Check, build and cache Nix flake (push) Failing after 6m28s

This commit is contained in:
Jack O'Sullivan 2024-06-15 20:05:27 +01:00
parent 50bd96ccdf
commit 83ba26735e

View File

@ -209,6 +209,7 @@
drives = [
(mkMerge [ (vm.disk "darts" "root") { frontendOpts.bootindex = 0; } ])
(vm.lvmDisk' "media" "darts-media")
(vm.lvmDisk' "ext" "darts-ext")
];
};
};