{ config, modules, overlays, pkgs, ... }: { networking.hostName = "winter"; system.stateVersion = "20.09"; time.timeZone = "Asia/Phnom_Penh"; age.secrets = { passwd.file = ../../secrets/passwd.age; wpa_conf.file = ../../secrets/wpa_conf.age; }; imports = with modules.system; [ audio base gui input kernel nix packages security snapper wireguard ./filesystem.nix ./kernel.nix ./networking.nix ../../users/rin.nix ]; }