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