nixos-config/configs/flake-parts/disko.nix

9 lines
89 B
Nix

{ ... }:
{
setups.disko.configs = {
archive = { };
external-hdd = { };
};
}