niksos/hosts/chmura/system.nix
2024-07-16 00:26:09 +02:00

7 lines
135 B
Nix

{
myOptions.other.system = {
hostname = "chmura";
username = "chmura";
platform = "x86_64-linux";
};
}