flake/darwin/hosts/Plato/default.nix
2024-01-17 19:53:00 +08:00

13 lines
261 B
Nix

# iMac 18,3 (2017)
{...}: {
imports = [
../../profiles/desktop
../../profiles/common/opt-in/clash-meta-client.nix
./hardware-configuration.nix
];
networking.hostName = "Plato";
time.timeZone = "Asia/Shanghai";
system.stateVersion = 4;
}