settei/hosts/legion/disks.nix
Nikodem Rabuliński ef44ff6943
Refactored modules, updated flake, added ci effects, and more.
Settei modules now should be reusable by others.
Started migrating legion (home server) over to the new config.
Added initial setup for hercules-ci.
Updated all flake inputs.
2023-09-16 17:18:17 +02:00

10 lines
163 B
Nix

args: let
bootDevice = args.bootDevice or "/dev/nvme0n1";
in {
assertions = [
{
assertion = false;
message = "Disko config TODO";
}
];
}