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