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