flake/hosts/whitesteel/default.nix

12 lines
258 B
Nix
Raw Normal View History

2024-02-26 05:18:01 +00:00
{...}: {
imports = [
../../darwin/profiles/desktop
2024-06-14 23:25:48 +00:00
../../darwin/profiles/common/opt-in/mihomo.nix
2024-02-26 05:18:01 +00:00
];
networking.hostName = "whitesteel";
time.timeZone = "Asia/Shanghai";
system.stateVersion = 4;
2024-07-25 14:34:13 +00:00
nixpkgs.hostPlatform = "x86_64-darwin";
2024-02-26 05:18:01 +00:00
}