{ config, inputs, modules, overlays, pkgs, ... }: { networking.hostName = "hyacinth"; system.stateVersion = "21.11"; time.timeZone = "Australia/Melbourne"; nixpkgs.overlays = [ inputs.neovim-nightly.overlays.default ]; age.secrets = { passwd.file = ../../secrets/passwd.age; wg_hyacinth.file = ../../secrets/wg_hyacinth.age; wpa_conf.file = ../../secrets/wpa_conf.age; }; imports = with modules.system; [ home-manager aagl audio base bluetooth ccache corectrl docker flatpak greetd gui input kernel nix packages printing security snapper tailscale wireguard modules.services.syncthing ./filesystem.nix ./kernel.nix ./networking.nix ./packages.nix ../../users/rin ]; systemd.services.nix-daemon.environment.TMPDIR = "/nix/tmp"; me.hasBluetooth = true; }