niksos/hosts/chmura/system.nix

6 lines
103 B
Nix

_: {
myOptions.other.system = {
hostname = "chmura";
username = "chmura";
};
}