16 lines
167 B
Nix
16 lines
167 B
Nix
|
{
|
||
|
roles,
|
||
|
hlConfig,
|
||
|
}:
|
||
|
{
|
||
|
hostname = "base";
|
||
|
managed = true;
|
||
|
ip = "192.168.10.98";
|
||
|
|
||
|
roles = with roles; [
|
||
|
];
|
||
|
config = {
|
||
|
};
|
||
|
stateVersion = "24.05";
|
||
|
}
|