7 lines
100 B
Nix
7 lines
100 B
Nix
|
_: {
|
||
|
myOptions.other.system = {
|
||
|
hostname = "niks";
|
||
|
username = "jacek";
|
||
|
};
|
||
|
}
|