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.
10 lines
163 B
Nix
10 lines
163 B
Nix
args: let
|
|
bootDevice = args.bootDevice or "/dev/nvme0n1";
|
|
in {
|
|
assertions = [
|
|
{
|
|
assertion = false;
|
|
message = "Disko config TODO";
|
|
}
|
|
];
|
|
}
|