{ ... }: { nixpkgs = { config.allowUnfree = true; }; nix = { settings.experimental-features = ["nix-command" "flakes"]; extraOptions = "experimental-features = nix-command flakes"; }; networking.hostName = "iso"; }