{ config, ... }: { nix.settings = { max-jobs = "auto"; trusted-users = [ "root" config.l.username ]; experimental-features = [ "nix-command" "flakes" "pipe-operators" ]; flake-registry = ""; }; }