mirror of
https://git.gay/xqtc/nixos-config
synced 2025-01-01 11:13:43 +01:00
7 lines
104 B
Nix
7 lines
104 B
Nix
|
{lib, ...}: {
|
||
|
options.host = lib.mkOption {
|
||
|
type = lib.types.str;
|
||
|
default = "generic";
|
||
|
};
|
||
|
}
|