{ pkgs, self, ... }: { imports = [ ./hardware ./networking ./security ./services ./software ./udev ./variables ./locale.nix ]; environment.systemPackages = with pkgs; [ vim wget git ]; sops.secrets.samba_secrets.sopsFile = "${self}/secrets/hosts.yaml"; }