flake/hosts/whitesteel/default.nix

13 lines
261 B
Nix
Raw Normal View History

2024-02-26 05:18:01 +00:00
{...}: {
imports = [
../../darwin/profiles/desktop
../../darwin/profiles/common/opt-in/clash-meta-client.nix
./hardware-configuration.nix
];
networking.hostName = "whitesteel";
time.timeZone = "Asia/Shanghai";
system.stateVersion = 4;
}