# Holds common settings for all systems. { ... }: { nix = { optimise.automatic = true; extraOptions = '' experimental-features = nix-command flakes ''; }; nixpkgs.config.allowUnfree = true; boot.cleanTmpDir = true; }