11 lines
234 B
Nix
11 lines
234 B
Nix
{
|
|
system = {
|
|
name = "gooberos";
|
|
nixos = {
|
|
distroId = "gooberos";
|
|
distroName = "Goober OS";
|
|
};
|
|
image.id = "gooberos";
|
|
#image.version = cfg.distroVersion ? "";
|
|
};
|
|
} |