2024-01-31 02:44:15 +00:00
|
|
|
{...}: {
|
|
|
|
imports = [
|
|
|
|
# OS
|
|
|
|
../../nixos/profiles/laptop
|
|
|
|
../../nixos/profiles/common/opt-in/zram-generator.nix
|
|
|
|
../../nixos/profiles/common/opt-in/clash-meta-client
|
|
|
|
../../nixos/profiles/common/opt-in/gaming
|
|
|
|
|
|
|
|
# Hardware
|
|
|
|
./hardware-configuration.nix
|
2024-02-07 01:51:49 +00:00
|
|
|
./anti-feature.nix
|
2024-01-31 02:44:15 +00:00
|
|
|
../../nixos/profiles/common/opt-in/lanzaboote.nix
|
|
|
|
../../nixos/profiles/common/opt-in/impermanence.nix
|
|
|
|
../../nixos/profiles/common/opt-in/disko.nix
|
|
|
|
];
|
|
|
|
|
2024-02-11 14:10:03 +00:00
|
|
|
networking.hostName = "aristotle";
|
2024-01-31 02:44:15 +00:00
|
|
|
time.timeZone = "Asia/Shanghai";
|
|
|
|
_module.args.disks = ["/dev/nvme0n1"]; # Disko
|
2024-02-13 11:19:55 +00:00
|
|
|
|
2024-02-16 09:07:56 +00:00
|
|
|
services.tailscale = {
|
|
|
|
enable = true;
|
|
|
|
openFirewall = true;
|
|
|
|
};
|
2024-01-31 02:44:15 +00:00
|
|
|
}
|