niksos/hosts/chmura/system.nix

8 lines
135 B
Nix
Raw Normal View History

2024-07-16 00:26:09 +02:00
{
myOptions.other.system = {
hostname = "chmura";
username = "chmura";
platform = "x86_64-linux";
};
}