2023-12-18 06:11:31 +00:00
|
|
|
# iMac 18,3 (2017)
|
2023-12-18 06:20:44 +00:00
|
|
|
{...}: {
|
|
|
|
imports = [
|
2024-01-03 14:41:18 +00:00
|
|
|
../../profiles/desktop
|
2024-01-17 04:47:27 +00:00
|
|
|
../../profiles/common/opt-in/clash-meta-client.nix
|
2023-12-18 06:20:44 +00:00
|
|
|
|
2024-01-03 14:41:18 +00:00
|
|
|
./hardware-configuration.nix
|
2023-09-19 00:17:43 +00:00
|
|
|
];
|
|
|
|
|
2023-12-18 06:20:44 +00:00
|
|
|
networking.hostName = "Plato";
|
|
|
|
time.timeZone = "Asia/Shanghai";
|
2024-01-03 14:41:18 +00:00
|
|
|
system.stateVersion = 4;
|
2023-11-04 10:14:42 +00:00
|
|
|
}
|