mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 22:57:55 +00:00
10 lines
111 B
Nix
10 lines
111 B
Nix
{ ... }:
|
|
|
|
{
|
|
setups.disko.configs = {
|
|
archive = { };
|
|
external-hdd = { };
|
|
laptop-ssd = { };
|
|
};
|
|
}
|