flake/darwin/hosts/Plato/default.nix

14 lines
261 B
Nix
Raw Normal View History

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;
}