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