7 lines
103 B
Nix
7 lines
103 B
Nix
|
_: {
|
||
|
myOptions.other.system = {
|
||
|
hostname = "chmura";
|
||
|
username = "chmura";
|
||
|
};
|
||
|
}
|