[Nix] Adds MCP config.
This commit is contained in:
12
system/hosts/mcp/vars.nix
Normal file
12
system/hosts/mcp/vars.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, lib, ...}:
|
||||
{
|
||||
options = with lib; with types; {
|
||||
domainName = mkOption { type = str; };
|
||||
localNet = mkOption { type = str; };
|
||||
};
|
||||
|
||||
config = {
|
||||
domainName = "havenisms.com";
|
||||
localNet = "192.168.0.0/16";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user