niksos/hosts/niks/system.nix

6 lines
100 B
Nix

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